14 lines
319 B
JSON
14 lines
319 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES2020",
|
||
|
"outDir": "dist",
|
||
|
"module": "commonjs",
|
||
|
"declaration": true,
|
||
|
"esModuleInterop": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"strict": true,
|
||
|
"skipLibCheck": true,
|
||
|
"resolveJsonModule": true
|
||
|
}
|
||
|
}
|