UserScriptProjectTemplate/tsconfig.json
Jonas Pfalzgraf 0eeaa9cb84 polishing
2022-08-23 18:08:10 +02:00

11 lines
204 B
JSON

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