17 lines
313 B
JSON
17 lines
313 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"declaration": true,
|
|
"target": "ES6",
|
|
"module": "commonjs",
|
|
"outDir": "./dist/",
|
|
"sourceMap": true
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|