Specify src in jsconfig

pull/2190/head
shamoon 8 months ago
parent ef3e98285e
commit 31c33f4f32

@ -1,5 +1,6 @@
{ {
"compilerOptions": { "compilerOptions": {
"baseUrl": "./src/", "baseUrl": "./src/",
} },
"include": ["src/**/*"]
} }
Loading…
Cancel
Save