mirror of
https://github.com/jaandrle/deka-dom-el
synced 2024-11-21 15:39:36 +01:00
12 lines
245 B
JSON
12 lines
245 B
JSON
|
{
|
||
|
"include": [ "*.js", "**/*.js", "../node_modules/nodejsscript/index.d.ts" ],
|
||
|
"compilerOptions": {
|
||
|
"module": "NodeNext",
|
||
|
"noEmit": true,
|
||
|
"allowJs": true,
|
||
|
"checkJs": true,
|
||
|
"downlevelIteration": true,
|
||
|
"maxNodeModuleJsDepth": 1
|
||
|
}
|
||
|
}
|