12 lines
245 B
JSON
12 lines
245 B
JSON
![]() |
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES2020",
|
||
|
"module": "CommonJS",
|
||
|
"outDir": "./dist",
|
||
|
"rootDir": "./",
|
||
|
"strict": true,
|
||
|
"esModuleInterop": true,
|
||
|
"skipLibCheck": true,
|
||
|
"forceConsistentCasingInFileNames": true
|
||
|
}
|
||
|
}
|