initial commit. Cloned timetracker repository
This commit is contained in:
13
bo/tsconfig.app.json
Normal file
13
bo/tsconfig.app.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
||||
"include": ["env.d.ts", "src/**/*", "src/**/*.vue", "src/app.config.ts"],
|
||||
"exclude": ["src/**/__tests__/*"],
|
||||
"compilerOptions": {
|
||||
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
|
||||
|
||||
"paths": {
|
||||
"@/*": ["./src/*"],
|
||||
"@types/*": ["./src/types/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user