RESTfulMC/JS-SDK/tsconfig.json
Rainnny7 d1365ae261
Some checks failed
Publish JS SDK / docker (push) Failing after 32s
Cleanup
2024-04-15 08:49:09 -04:00

17 lines
308 B
JSON

{
"compilerOptions": {
"target": "es2020",
"module": "esnext",
"strict": true,
"esModuleInterop": true,
"moduleResolution": "node",
"skipLibCheck": true,
"noUnusedLocals": true,
"noImplicitAny": true,
"allowJs": true,
"noEmit": true,
"outDir": "dist",
"resolveJsonModule": true
}
}