RESTfulMC/JS-SDK/tsconfig.json

17 lines
308 B
JSON
Raw Normal View History

2024-04-14 10:34:34 -07:00
{
"compilerOptions": {
"target": "es2020",
"module": "esnext",
"strict": true,
"esModuleInterop": true,
"moduleResolution": "node",
"skipLibCheck": true,
"noUnusedLocals": true,
"noImplicitAny": true,
"allowJs": true,
"noEmit": true,
"outDir": "dist",
2024-04-15 05:49:09 -07:00
"resolveJsonModule": true
2024-04-14 10:34:34 -07:00
}
}