From 5bd046abd8fdab4f6f49564e8ce2f6e4c22d859c Mon Sep 17 00:00:00 2001 From: Yuqi Feng Date: Thu, 25 Aug 2022 14:05:52 +0000 Subject: First release --- tsconfig.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 tsconfig.json (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json new file mode 100755 index 0000000..9ed6a90 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,15 @@ +{ + // https://v3.nuxtjs.org/concepts/typescript + "extends": "./.nuxt/tsconfig.json", + "compilerOptions": { + "baseUrl": ".", + "jsx": "preserve", + "paths": { + "~/*": ["./*"], + "@/*": ["./*"], + "~~/*": ["./*"], + "@@/*": ["./*"] + } + }, + "exclude": ["node_modules", ".nuxt", ".output"] +} -- cgit v1.2.3