ilk
This commit is contained in:
94
ui/.quasar/tsconfig.json
Normal file
94
ui/.quasar/tsconfig.json
Normal file
@@ -0,0 +1,94 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"target": "esnext",
|
||||
"allowJs": true,
|
||||
"resolveJsonModule": true,
|
||||
"moduleDetection": "force",
|
||||
"isolatedModules": true,
|
||||
"module": "preserve",
|
||||
"noEmit": true,
|
||||
"lib": [
|
||||
"esnext",
|
||||
"dom",
|
||||
"dom.iterable"
|
||||
],
|
||||
"paths": {
|
||||
"src": [
|
||||
"./../src"
|
||||
],
|
||||
"src/*": [
|
||||
"./../src/*"
|
||||
],
|
||||
"app": [
|
||||
"./.."
|
||||
],
|
||||
"app/*": [
|
||||
"./../*"
|
||||
],
|
||||
"components": [
|
||||
"./../src/components"
|
||||
],
|
||||
"components/*": [
|
||||
"./../src/components/*"
|
||||
],
|
||||
"layouts": [
|
||||
"./../src/layouts"
|
||||
],
|
||||
"layouts/*": [
|
||||
"./../src/layouts/*"
|
||||
],
|
||||
"pages": [
|
||||
"./../src/pages"
|
||||
],
|
||||
"pages/*": [
|
||||
"./../src/pages/*"
|
||||
],
|
||||
"assets": [
|
||||
"./../src/assets"
|
||||
],
|
||||
"assets/*": [
|
||||
"./../src/assets/*"
|
||||
],
|
||||
"boot": [
|
||||
"./../src/boot"
|
||||
],
|
||||
"boot/*": [
|
||||
"./../src/boot/*"
|
||||
],
|
||||
"stores": [
|
||||
"./../src/stores"
|
||||
],
|
||||
"stores/*": [
|
||||
"./../src/stores/*"
|
||||
],
|
||||
"#q-app": [
|
||||
"./../node_modules/@quasar/app-webpack/types/index.d.ts"
|
||||
],
|
||||
"#q-app/wrappers": [
|
||||
"./../node_modules/@quasar/app-webpack/types/app-wrappers.d.ts"
|
||||
],
|
||||
"#q-app/bex/background": [
|
||||
"./../node_modules/@quasar/app-webpack/types/bex/entrypoints/background.d.ts"
|
||||
],
|
||||
"#q-app/bex/content": [
|
||||
"./../node_modules/@quasar/app-webpack/types/bex/entrypoints/content.d.ts"
|
||||
],
|
||||
"#q-app/bex/private/bex-bridge": [
|
||||
"./../node_modules/@quasar/app-webpack/types/bex/bex-bridge.d.ts"
|
||||
]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"./**/*.d.ts",
|
||||
"./../**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"./../dist",
|
||||
"./../node_modules",
|
||||
"./../src-capacitor",
|
||||
"./../src-cordova",
|
||||
"./../quasar.config.*.temporary.compiled*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user