showbits/showbits-thermal-printer-ui/tsconfig.app.json

8 lines
274 B
JSON

{
"extends": ["@vue/tsconfig/tsconfig.dom.json", "./tsconfig.lint.json"],
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"paths": { "@/*": ["./src/*"] }
},
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"]
}