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