flaschengeist-frontend/tsconfig.json

17 lines
240 B
JSON
Raw Permalink 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": ".",
"lib": [
"es2020",
"dom"
],
"types": [
"node",
"webpack-env",
"@quasar/app"
]
}
2020-10-02 07:13:14 +00:00
}