forked from github-starred/komodo
23 lines
508 B
JSON
23 lines
508 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Node 12",
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"es2019",
|
|
"es2020.promise",
|
|
"es2020.bigint",
|
|
"es2020.string"
|
|
],
|
|
"module": "commonjs",
|
|
"target": "es2019",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"allowJs": true,
|
|
"noImplicitAny": false,
|
|
"rootDir": "src",
|
|
"outDir": "build",
|
|
"resolveJsonModule": true
|
|
}
|
|
} |