mirror of
https://github.com/kayleegeorge/zk-chat.git
synced 2026-04-21 03:01:16 -04:00
21 lines
533 B
JSON
21 lines
533 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES5",
|
|
"module": "ES6",
|
|
"moduleResolution": "node",
|
|
"allowJs": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"noImplicitAny": false,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noEmitOnError": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"sourceMap": true,
|
|
"esModuleInterop": true,
|
|
"declaration": true,
|
|
"declarationDir": "./dist/types",
|
|
"strict": true
|
|
}
|
|
} |