24 lines
554 B
JSON
24 lines
554 B
JSON
![]() |
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2019",
|
||
|
"module": "esnext",
|
||
|
"lib": ["esnext"],
|
||
|
"sourceMap": false,
|
||
|
"strict": true,
|
||
|
"allowJs": true,
|
||
|
"esModuleInterop": true,
|
||
|
"moduleResolution": "node",
|
||
|
"resolveJsonModule": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"skipLibCheck": true,
|
||
|
"noUnusedLocals": true,
|
||
|
"noUnusedParameters": true,
|
||
|
"noImplicitAny": false,
|
||
|
"noImplicitReturns": true,
|
||
|
"declaration": true,
|
||
|
"declarationDir": "dist/types",
|
||
|
"outDir": "dist"
|
||
|
},
|
||
|
"include": ["src"]
|
||
|
}
|