mirror of
https://github.com/Narcooo/inkos
synced 2026-04-21 14:37:16 +00:00
20 lines
446 B
JSON
20 lines
446 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ES2022",
|
||
|
|
"module": "Node16",
|
||
|
|
"moduleResolution": "Node16",
|
||
|
|
"lib": ["ES2022"],
|
||
|
|
"strict": true,
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"forceConsistentCasingInFileNames": true,
|
||
|
|
"resolveJsonModule": true,
|
||
|
|
"declaration": true,
|
||
|
|
"declarationMap": true,
|
||
|
|
"sourceMap": true,
|
||
|
|
"outDir": "dist",
|
||
|
|
"rootDir": "src"
|
||
|
|
},
|
||
|
|
"exclude": ["node_modules", "dist"]
|
||
|
|
}
|