14 lines
332 B
JSON
14 lines
332 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "src",
|
||
|
"outDir": "dist",
|
||
|
"target": "ES2022",
|
||
|
"esModuleInterop": true,
|
||
|
"sourceMap": true,
|
||
|
"moduleResolution": "NodeNext",
|
||
|
"module": "NodeNext",
|
||
|
"strict": true,
|
||
|
"resolveJsonModule": true,
|
||
|
"skipLibCheck": true
|
||
|
}
|
||
|
}
|