From 5e4d41d1dfeaaeca731b3c5496377214ec6e557f Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Sat, 26 Oct 2024 12:10:47 +0100 Subject: bootstrap project --- tsconfig.app.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tsconfig.app.json (limited to 'tsconfig.app.json') 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/*"] + } + } +} -- cgit v1.2.3-70-g09d2