diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-10-26 12:10:47 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-10-26 12:10:47 +0100 |
| commit | 5e4d41d1dfeaaeca731b3c5496377214ec6e557f (patch) | |
| tree | 6b1c5359f17e1e30c85fdb7d611d1c5bbb7843e9 /tsconfig.app.json | |
bootstrap project
Diffstat (limited to 'tsconfig.app.json')
| -rw-r--r-- | tsconfig.app.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tsconfig.app.json b/tsconfig.app.json new file mode 100644 index 0000000..e14c754 --- /dev/null +++ b/tsconfig.app.json @@ -0,0 +1,14 @@ +{ + "extends": "@vue/tsconfig/tsconfig.dom.json", + "include": ["env.d.ts", "src/**/*", "src/**/*.vue"], + "exclude": ["src/**/__tests__/*"], + "compilerOptions": { + "composite": true, + "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", + + "baseUrl": ".", + "paths": { + "@/*": ["./src/*"] + } + } +} |
