2019-10-19 06:20:02 +07:00
|
|
|
{
|
2020-02-05 02:27:46 +07:00
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es5",
|
|
|
|
"module": "commonjs",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"strict": true,
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
"noUnusedLocals": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"outDir": "./out",
|
|
|
|
"declaration": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
"sourceMap": true
|
|
|
|
},
|
|
|
|
"include": [
|
|
|
|
"./**/*.ts"
|
|
|
|
]
|
2019-10-19 06:20:02 +07:00
|
|
|
}
|