Finished WindowAPI for the frontend
This commit is contained in:
11
WindowAPI/tsconfig.json
Normal file
11
WindowAPI/tsconfig.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "ES2020",
|
||||
"target": "ES2017",
|
||||
"sourceMap": true,
|
||||
"outDir": "./dist/",
|
||||
"declaration": true
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
Reference in New Issue
Block a user