mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-09 23:40:18 +00:00
17 lines
405 B
JSON
17 lines
405 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "commonjs",
|
|
"lib": ["esnext"],
|
|
"allowJs": true,
|
|
"outDir": "build",
|
|
"rootDir": "src",
|
|
"strict": true,
|
|
"noImplicitAny": true,
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"exclude": ["build", "node_modules", "datastore"]
|
|
}
|