Files
RpgRoller/tsconfig.frontend.json

21 lines
380 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "Bundler",
"lib": [
"ES2022",
"DOM",
"DOM.Iterable"
],
"strict": true,
"noEmitOnError": true,
"rootDir": "./RpgRoller/frontend",
"outDir": "./RpgRoller/wwwroot",
"newLine": "lf"
},
"include": [
"RpgRoller/frontend/**/*.ts"
]
}