diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 5c9eafc..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "compilerOptions": { - "outDir": "./src/client/dist/", - "sourceMap": true, - "noImplicitAny": true, - "module": "commonjs", - "target": "es5", - "jsx": "react" - }, - "include": [ - "./src/client/react/**/*" - ] -} |