set baseUrl

This commit is contained in:
Matthias Kretschmann 2020-10-01 17:24:43 +02:00
parent 1aac244329
commit dec789b86d
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@
"sourceMap": true,
"noImplicitAny": true,
"skipLibCheck": true,
"allowJs": true
"allowJs": true,
"baseUrl": "./src"
},
"exclude": ["node_modules", "public", ".cache", "*.js"],
"include": ["./src/**/*", "./tests/**/*", "./app.config.js"]