UserScriptProjectTemplate/tsconfig.json
Jonas Pfalzgraf f61a73f2f6 init
2022-08-23 17:48:57 +02:00

11 lines
207 B
JSON

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