diff options
Diffstat (limited to 'mobile/tsconfig.json')
-rw-r--r-- | mobile/tsconfig.json | 21 |
1 files changed, 0 insertions, 21 deletions
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"] -} |