16 lines
379 B
JSON
16 lines
379 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"target": "ESNext",
|
|
"lib": ["ESNext", "DOM"],
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": true,
|
|
"sourceMap": false,
|
|
"outDir": "dist",
|
|
},
|
|
} |