2024-02-29 15:32:18 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2024-02-29 15:57:18 +00:00
|
|
|
"target": "es2016",
|
|
|
|
"module": "commonjs",
|
|
|
|
"outDir": "./dist-be",
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"strict": true,
|
|
|
|
"skipLibCheck": true
|
2024-02-29 15:32:18 +00:00
|
|
|
}
|
2024-02-29 15:57:18 +00:00
|
|
|
}
|