quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
21 lines (19 loc) • 608 B
JSON
{
"compilerOptions": {
"strict": true,
"lib": ["es2015", "dom"],
"paths": {
"quasar": [
// index.d.ts is auto-generated by the build process ("pnpm build js types")
// It contains auto-generated types like QInput, QInputProps, etc.
// To reference those types, import them from "quasar"
// For other types defined in this directory, use relative imports
// For the built version
"./index.d.ts",
// For IDE support when working on the source code
"../dist/types/index.d.ts"
]
}
},
"include": ["./**/*.d.ts"]
}