aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorFawn <fangrui_tong@brown.edu>2019-04-15 15:32:46 -0400
committerFawn <fangrui_tong@brown.edu>2019-04-15 15:32:46 -0400
commit63ad49ff966d3c3f29bbe2c4d9758527f405bb6a (patch)
tree5f3f5b48b423b602ddee74d48a3ceaa487f3aad3 /tsconfig.json
parente81c43baadcaf31314c07505fa7cde70e709706d (diff)
parent6c0b421db6aa3204bbc6e42139d240f503000b5d (diff)
fixed merge
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json40
1 files changed, 20 insertions, 20 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 2b2c69fe1..0d4d77002 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,23 +1,23 @@
{
- "compilerOptions": {
- "target": "es5",
- "removeComments": true,
- "experimentalDecorators": true,
- "strict": true,
- "jsx": "react",
- "sourceMap": true,
- "outDir": "dist",
- "lib": [
- "dom",
- "es2015"
+ "compilerOptions": {
+ "target": "es5",
+ "removeComments": true,
+ "experimentalDecorators": true,
+ "strict": true,
+ "jsx": "react",
+ "sourceMap": true,
+ "outDir": "dist",
+ "lib": [
+ "dom",
+ "es2015"
+ ],
+ },
+ // "exclude": [
+ // "node_modules",
+ // "static"
+ // ],
+ "typeRoots": [
+ "./node_modules/@types",
+ "./src/typings"
]
- },
- // "exclude": [
- // "node_modules",
- // "static"
- // ],
- "typeRoots": [
- "./node_modules/@types",
- "./src/typings"
- ]
} \ No newline at end of file