16 lines
No EOL
349 B
JSON
16 lines
No EOL
349 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "nodenext",
|
|
"moduleResolution": "NodeNext",
|
|
"target": "es2024",
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"strict": true,
|
|
"verbatimModuleSyntax": true,
|
|
"isolatedModules": true,
|
|
"skipLibCheck": true,
|
|
}
|
|
} |