Restructuring the Project
Updating dependencies
This commit is contained in:
9
FrontendLegacy/tsconfig.json
Normal file
9
FrontendLegacy/tsconfig.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"lib": ["dom", "es2015", "es6", "es7", "es2018", "esnext"],
|
||||
"jsxFactory": "h",
|
||||
"jsx": "react",
|
||||
"module": "esnext"
|
||||
},
|
||||
"include": ["./types.d.ts"]
|
||||
}
|
Reference in New Issue
Block a user