mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-23 00:18:04 +00:00
27 lines
594 B
JSON
27 lines
594 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"target": "es2017",
|
|
"module": "commonjs",
|
|
"outDir": "build",
|
|
"sourceMap": true,
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"noEmitOnError": false,
|
|
"pretty": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noErrorTruncation": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"suppressImplicitAnyIndexErrors": true
|
|
},
|
|
"typeRoots": [
|
|
"./node_modules/@types"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|