summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2023-02-03 09:35:25 +0100
committerErich Eckner <erich.eckner.ext@bestsecret.com>2023-02-03 09:35:25 +0100
commitdb2e1a4b62489e3ecc0ae4dc06981429f899de74 (patch)
treecf1e79f1a23a40682247f2bf50c0e16c996e6d75 /tsconfig.json
parent0c897ae4f454c959d8fa688ff3e5724c740cda50 (diff)
downloadwordle-frontend-db2e1a4b62489e3ecc0ae4dc06981429f899de74.tar.xz
replace everything with vue's getting started example
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 0000000..31f9003
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,14 @@
+{
+ "files": [],
+ "references": [
+ {
+ "path": "./tsconfig.config.json"
+ },
+ {
+ "path": "./tsconfig.app.json"
+ },
+ {
+ "path": "./tsconfig.vitest.json"
+ }
+ ]
+}