first commit
This commit is contained in:
12
web/jsconfig.json
Normal file
12
web/jsconfig.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"/*": ["./*"]
|
||||
},
|
||||
"lib": ["DOM", "ES2022", "DOM.Iterable"],
|
||||
"target": "ES2015",
|
||||
"module": "es2020"
|
||||
},
|
||||
"include": ["."]
|
||||
}
|
||||
Reference in New Issue
Block a user