2023-11-17 09:03:31 +07:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"target": "es6",
|
|
|
|
|
"module": "commonjs",
|
|
|
|
|
"outDir": "dist",
|
|
|
|
|
"strict": true,
|
|
|
|
|
|
|
|
|
|
"esModuleInterop": true,
|
|
|
|
|
|
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
|
|
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
|
|
|
|
|
|
"skipLibCheck": true
|
2023-11-30 10:43:00 +07:00
|
|
|
},
|
|
|
|
|
"exclude": ["./tools/**/*"]
|
2023-11-17 09:03:31 +07:00
|
|
|
}
|