Something went wrong on our end
Select Git revision
jsconfig.json
-
Volker Schukai authoredVolker Schukai authored
jsconfig.json 200 B
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"allowJs": true,
"checkJs": false,
"moduleResolution": "node"
},
"include": ["source/**/*"],
"exclude": ["node_modules"]
}