OpenAuth_server/FrontendLegacy/tsconfig.json
Fabian Stamm 0453e461c9 Restructuring the Project
Updating dependencies
2023-04-07 19:54:47 +02:00

10 lines
203 B
JSON

{
"compilerOptions": {
"lib": ["dom", "es2015", "es6", "es7", "es2018", "esnext"],
"jsxFactory": "h",
"jsx": "react",
"module": "esnext"
},
"include": ["./types.d.ts"]
}