Initial commit
This commit is contained in:
16
jsconfig.json
Normal file
16
jsconfig.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "node",
|
||||
"paths": {
|
||||
"*": ["node_modules/*"],
|
||||
"./*": ["./*"],
|
||||
"./*.html": ["./*"],
|
||||
"./*.html?raw": ["./*"]
|
||||
}
|
||||
},
|
||||
"include": ["examples/**/*.js"],
|
||||
"exclude": ["node_modules", "dist"]
|
||||
}
|
||||
Reference in New Issue
Block a user