From 4d2a1e5adfc8688bc585c96e959470d45f655438 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 30 May 2022 14:43:59 +0200 Subject: chore(master): add client folder --- master/tsconfig.json | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 master/tsconfig.json (limited to 'master/tsconfig.json') diff --git a/master/tsconfig.json b/master/tsconfig.json deleted file mode 100644 index 6497d64..0000000 --- a/master/tsconfig.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "compilerOptions": { - "target": "esnext", - "module": "esnext", - "strict": true, - "jsx": "preserve", - "moduleResolution": "node", - "experimentalDecorators": true, - "skipLibCheck": true, - "esModuleInterop": true, - "allowSyntheticDefaultImports": true, - "forceConsistentCasingInFileNames": true, - "useDefineForClassFields": true, - "sourceMap": true, - "baseUrl": ".", - "types": [ - "webpack-env" - ], - "paths": { - "@/*": [ - "src/*" - ] - }, - "lib": [ - "esnext", - "dom", - "dom.iterable", - "scripthost" - ] - }, - "include": [ - "src/**/*.ts", - "src/**/*.tsx", - "src/**/*.vue", - "tests/**/*.ts", - "tests/**/*.tsx" - ], - "exclude": [ - "node_modules" - ] -} -- cgit v1.2.3-18-g5258