mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-20 08:33:52 +01:00
17 lines
353 B
JSON
17 lines
353 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "node16",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"target": "es2021",
|
|
"lib": ["es2021"],
|
|
"noImplicitAny": false,
|
|
"moduleResolution": "node16",
|
|
"resolveJsonModule": true,
|
|
"sourceMap": true,
|
|
"outDir": "build"
|
|
},
|
|
"include": ["src"]
|
|
}
|