mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-06 16:00:44 +00:00
24 lines
524 B
JSON
24 lines
524 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Node 12",
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"es2019",
|
|
"es2020.promise",
|
|
"es2020.bigint",
|
|
"es2020.string",
|
|
"ESNext"
|
|
],
|
|
"module": "commonjs",
|
|
"target": "es2019",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"allowJs": true,
|
|
"noImplicitAny": false,
|
|
"rootDir": "src",
|
|
"outDir": "build",
|
|
"resolveJsonModule": true
|
|
}
|
|
} |