mirror of
https://github.com/jaandrle/deka-dom-el
synced 2025-12-15 22:03:44 +01:00
⚡ Docs
This commit is contained in:
11
docs/jsconfig.json
Normal file
11
docs/jsconfig.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"include": [ "*.js", "**/*.js", "../node_modules/nodejsscript/index.d.ts" ],
|
||||
"compilerOptions": {
|
||||
"module": "NodeNext",
|
||||
"noEmit": true,
|
||||
"allowJs": true,
|
||||
"checkJs": true,
|
||||
"downlevelIteration": true,
|
||||
"maxNodeModuleJsDepth": 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user