15 lines
330 B
JSON
15 lines
330 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "commonjs",
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"removeComments": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"exclude": ["node_module", "./dist", "./uploads"]
|
|
}
|