mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-05 15:34:09 -05:00
13 lines
256 B
JSON
13 lines
256 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"isolatedModules": true,
|
|
"outDir": "dist",
|
|
"declaration": true
|
|
}
|
|
} |