mirror of
https://github.com/dzeiocom/libs.git
synced 2025-05-21 08:40:00 +00:00
22 lines
468 B
JSON
22 lines
468 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"allowUnreachableCode": false,
|
|
"allowUnusedLabels": false,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"noImplicitReturns": true,
|
|
"noImplicitAny": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"pretty": true,
|
|
"allowJs": true,
|
|
"sourceMap": false,
|
|
"strict": true,
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
}
|
|
}
|