Migrate frontend sources to TypeScript
This commit is contained in:
20
tsconfig.frontend.json
Normal file
20
tsconfig.frontend.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user