From d3bf2d09f740221771806789b00bf915c9f5f2e3 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Fri, 26 Jan 2024 14:51:36 +0100 Subject: initial commit --- mobile/tsconfig.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 mobile/tsconfig.json (limited to 'mobile/tsconfig.json') diff --git a/mobile/tsconfig.json b/mobile/tsconfig.json deleted file mode 100644 index ac8f256..0000000 --- a/mobile/tsconfig.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "compilerOptions": { - "module": "esnext", - "target": "ES2020", - "moduleResolution": "node", - "experimentalDecorators": true, - "emitDecoratorMetadata": true, - "noEmitHelpers": true, - "noEmitOnError": true, - "skipLibCheck": true, - "lib": ["ESNext", "dom"], - "baseUrl": ".", - "paths": { - "~/*": ["app/*"], - "@/*": ["app/*"] - } - }, - "include": ["app/**/*"], - "files": ["./references.d.ts"], - "exclude": ["node_modules", "platforms"] -} -- cgit v1.2.3