diff options
| author | geireann <geireann.lindfield@gmail.com> | 2023-03-16 11:16:19 -0400 |
|---|---|---|
| committer | geireann <geireann.lindfield@gmail.com> | 2023-03-16 11:16:19 -0400 |
| commit | a0ae93e3b14069c0de419fc5dcade84d460a0b30 (patch) | |
| tree | 40a3b49fc48975be3797bcb07c96771e32bdc77b /tsconfig.json | |
| parent | ab60751c36cb8cf8f87bbb9e1fe227deb3701121 (diff) | |
| parent | 0e55893d0f7f2a0aa5098df73d0ece5a7f1a4ddf (diff) | |
Merge branch 'master' into pres-trail-sophie
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 24 |
1 files changed, 6 insertions, 18 deletions
diff --git a/tsconfig.json b/tsconfig.json index 993ab13b9..bff9255db 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,34 +2,22 @@ "compilerOptions": { "target": "es5", "downlevelIteration": true, - // "module": "system", "removeComments": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, + "moduleDetection": "auto", "strict": true, "jsx": "react", "allowJs": true, "sourceMap": true, "outDir": "dist", - "lib": [ - "dom", - "es2015" - ], - "typeRoots": [ - "node_modules/@types", - "./src/typings" - ], - "types": [ - "youtube", - "node" - ] + "lib": ["dom", "es2015"], + "typeRoots": ["node_modules/@types", "./src/typings"], + "types": ["youtube", "node"] }, // "exclude": [ // "node_modules", // "static" // ], - "typeRoots": [ - "./node_modules/@types", - "./src/typings" - ] -}
\ No newline at end of file + "typeRoots": ["./node_modules/@types", "./src/typings"] +} |
