Moved the webapp to a webpack with some typescript, updated server wtih new endpoints
This commit is contained in:
10
webapp/tsconfig.json
Normal file
10
webapp/tsconfig.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"noImplicitAny": true,
|
||||
"module": "es6",
|
||||
"target": "es5",
|
||||
"allowJs": true,
|
||||
"moduleResolution": "Node",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user