UserScriptProjectTemplate/tsconfig.json
Jonas Pfalzgraf d63a0cf44b ⬆️ Upgrading
Upgrading the Project to new Package Versions and minor optimizations
2023-08-03 14:12:31 +02:00

13 lines
278 B
JSON

{
"compilerOptions": {
"outDir": "./dist/",
"noImplicitAny": true,
"module": "ESNext",
"target": "ES6",
"allowJs": false,
"moduleResolution": "node",
"sourceMap": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
}
}