From b7e39b59fd0fc7b5610ebff29035bf622079e0d8 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Wed, 5 Oct 2022 20:45:21 +0800 Subject: refactor: Change file structure --- apps/kit/tsconfig.json | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 apps/kit/tsconfig.json (limited to 'apps/kit/tsconfig.json') diff --git a/apps/kit/tsconfig.json b/apps/kit/tsconfig.json deleted file mode 100644 index bb8cf41..0000000 --- a/apps/kit/tsconfig.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "extends": "./.svelte-kit/tsconfig.json", - "compilerOptions": { - "allowJs": true, - "checkJs": true, - "esModuleInterop": true, - "forceConsistentCasingInFileNames": true, - "resolveJsonModule": true, - "skipLibCheck": true, - "sourceMap": true, - "strict": true, - "lib": [ - "es2021", - "dom", - "es6" - ], - "baseUrl": "./", - "paths": { - "$lib": [ - "src/lib" - ], - "$lib/*": [ - "src/lib/*" - ], - "$actions": [ - "src/actions" - ], - "$actions/*": [ - "src/actions/*" - ], - }, - }, - "include": [ - "./**/*.d.ts", - "./**/*.ts", - "./**/*.js", - "./**/*.svelte", - "tailwind.config.cjs" - ], - "exclude": [ - "./node_modules" - ] -} \ No newline at end of file -- cgit v1.3