14 lines
296 B
JSON
14 lines
296 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"lib": ["ES2022"],
|
|
"module": "CommonJS",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"removeComments": true
|
|
}
|
|
}
|