mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-16 17:32:15 -05:00
23 lines
429 B
JSON
23 lines
429 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": "/",
|
|
"resolveJsonModule": true,
|
|
"noEmit": true
|
|
},
|
|
"include": [
|
|
"."
|
|
]
|
|
} |