diff options
Diffstat (limited to 'packages/instant/tsconfig.json')
-rw-r--r-- | packages/instant/tsconfig.json | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/packages/instant/tsconfig.json b/packages/instant/tsconfig.json deleted file mode 100644 index 2b3c11c9f..000000000 --- a/packages/instant/tsconfig.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "extends": "../../tsconfig", - "compilerOptions": { - "outDir": "lib", - "rootDir": "src", - "jsx": "react", - "noImplicitAny": true, - "allowSyntheticDefaultImports": true, - "declaration": false, - "declarationMap": false, - "composite": false - }, - "include": ["./src/**/*"] -} |