mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-08-14 09:28:02 +00:00
Updated misc
This commit is contained in:
16
tsconfig.json
Normal file
16
tsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
Reference in New Issue
Block a user