Move jsconfig to project root

This commit is contained in:
Alfred Melch 2020-03-13 11:56:49 +01:00
parent 8a08342e3c
commit 182b20a3ee

View File

@ -2,5 +2,5 @@
"compilerOptions": {
"baseUrl": "src"
},
"include": ["src", "lib"]
"include": ["src"]
}