mirror of
https://github.com/moghtech/komodo.git
synced 2026-02-14 16:18:59 -06:00
20 lines
334 B
JSON
20 lines
334 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"ESNext"
|
|
],
|
|
"module": "ESNext",
|
|
"jsx": "react",
|
|
"moduleResolution": "node",
|
|
"target": "ESNext",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"allowJs": true,
|
|
"noImplicitAny": false,
|
|
"noEmit": true
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
} |