Initial commit
This commit is contained in:
11
jsconfig.json
Normal file
11
jsconfig.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"module": "ES2022",
|
||||
"checkJs": true,
|
||||
"allowJs": true,
|
||||
"noEmit": true,
|
||||
"lib": ["DOM", "ES2022"]
|
||||
},
|
||||
"include": ["**/*.js"]
|
||||
}
|
||||
Reference in New Issue
Block a user