aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.app.json
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2024-10-26 12:10:47 +0100
committerLeonardo Bishop <me@leonardobishop.com>2024-10-26 12:10:47 +0100
commit5e4d41d1dfeaaeca731b3c5496377214ec6e557f (patch)
tree6b1c5359f17e1e30c85fdb7d611d1c5bbb7843e9 /tsconfig.app.json
bootstrap project
Diffstat (limited to 'tsconfig.app.json')
-rw-r--r--tsconfig.app.json14
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/*"]
+ }
+ }
+}