diff options
| author | bob <bcz@cs.brown.edu> | 2019-04-11 11:56:40 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-04-11 11:56:40 -0400 |
| commit | 50be8cb7a93110821c972c679567ddb6aae8bc6f (patch) | |
| tree | 77c4aa72d02709c925d9e5872ab302a0fbc4648b /tsconfig.json | |
| parent | e9cbcfa2a893572f8b92bba84dd0791e6f50be71 (diff) | |
made css globals avabile from code. cleaned up formattedText overlay api..
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/tsconfig.json b/tsconfig.json index 41db1d0a7..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" - ], - }, - // "exclude": [ - // "node_modules", - // "static" - // ], - "typeRoots": [ - "./node_modules/@types", - "./src/typings" - ] + "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" + ] }
\ No newline at end of file |
