flaschengeist-frontend/tsconfig.json

8 lines
116 B
JSON
Raw Normal View History

2020-10-02 07:13:14 +00:00
{
"extends": "@quasar/app/tsconfig-preset",
"target": "esnext",
2020-10-02 07:13:14 +00:00
"compilerOptions": {
"baseUrl": ".",
}
2020-10-02 07:13:14 +00:00
}