mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-15 23:22:13 -05:00
25 lines
516 B
JSON
25 lines
516 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Node 12",
|
|
"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"
|
|
]
|
|
} |