diff options
Diffstat (limited to 'packages/sol-compiler/tsconfig.json')
-rw-r--r-- | packages/sol-compiler/tsconfig.json | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/packages/sol-compiler/tsconfig.json b/packages/sol-compiler/tsconfig.json deleted file mode 100644 index c6ffbb99b..000000000 --- a/packages/sol-compiler/tsconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "extends": "../../tsconfig", - "compilerOptions": { - "outDir": "lib", - "rootDir": ".", - "strictFunctionTypes": false - }, - "include": ["./src/**/*", "./test/**/*"] -} |