mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-17 20:52:04 -05:00
22 lines
484 B
JSON
22 lines
484 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"ESNext"
|
|
],
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"target": "ESNext",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"allowJs": true,
|
|
"noImplicitAny": false,
|
|
"rootDir": "/",
|
|
"outDir": "build",
|
|
"resolveJsonModule": true,
|
|
"noEmit": true
|
|
},
|
|
"include": ["src"]
|
|
} |