15 lines
292 B
JSON
15 lines
292 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"experimentalDecorators": true,
|
||
|
|
"allowSyntheticDefaultImports": true,
|
||
|
|
"declaration": true,
|
||
|
|
"module": "esnext",
|
||
|
|
"moduleResolution": "node",
|
||
|
|
"outDir": "out",
|
||
|
|
"target": "esnext",
|
||
|
|
"sourceMap": true
|
||
|
|
},
|
||
|
|
"include": [
|
||
|
|
"src/**/*.ts"
|
||
|
|
]
|
||
|
|
}
|