diff options
author | Eugene Sokolov <eug-vs@keemail.me> | 2020-04-06 17:47:20 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-06 17:47:20 +0300 |
commit | 62df0ff96fc9ab832212d223150862c7667d9ffc (patch) | |
tree | 9159c443e970ea2a0819edffbe2fe5cc101c1001 /ts-compile-config.json | |
parent | a72027d21154ba94e26d6b96092afc9704b8288c (diff) | |
parent | 400330fe5ebd6951a97f07b6147b3af6113e034f (diff) | |
download | react-benzin-62df0ff96fc9ab832212d223150862c7667d9ffc.tar.gz |
Merge pull request #8 from eug-vs/developv3.1.0
Markdown parser
Diffstat (limited to 'ts-compile-config.json')
-rw-r--r-- | ts-compile-config.json | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/ts-compile-config.json b/ts-compile-config.json deleted file mode 100644 index 8f0256b..0000000 --- a/ts-compile-config.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "compilerOptions": { - "outDir": "dist", - "target": "es5", - "lib": [ - "es6", - "dom", - "dom.iterable", - "esnext" - ], - "allowJs": true, - "esModuleInterop": true, - "allowSyntheticDefaultImports": true, - "strict": true, - "forceConsistentCasingInFileNames": true, - "module": "esnext", - "moduleResolution": "node", - "resolveJsonModule": true, - "isolatedModules": true, - "jsx": "react", - "skipLibCheck": true, - "declaration": true, - "listEmittedFiles": true - }, - "include": [ - "src/lib" - ] -} |