jsconfig.json

This commit is contained in:
vigdorov
2020-07-10 12:32:46 +03:00
parent 536c276409
commit d3ac6c730b

9
jsconfig.json Normal file
View File

@ -0,0 +1,9 @@
{
"compilerOptions": {
"module": "esnext",
"target": "es2020",
"allowSyntheticDefaultImports": true
},
"exclude": ["node_modules"],
"include": ["src/**/*"]
}