aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.settings.json
diff options
context:
space:
mode:
authorLibravatar mhatvan <markus_hatvan@aon.at>2021-07-24 10:44:18 +0200
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-07-28 13:29:57 +0000
commitfd1c54cacdbd1798d806bd7ff91e60b3f0149420 (patch)
treedb40e620763a4251ea4f15446e7dbbb74433bb67 /tsconfig.settings.json
parentIgnore 'docs' from Docker. [skip ci] (diff)
downloadferdium-app-fd1c54cacdbd1798d806bd7ff91e60b3f0149420.tar.gz
ferdium-app-fd1c54cacdbd1798d806bd7ff91e60b3f0149420.tar.zst
ferdium-app-fd1c54cacdbd1798d806bd7ff91e60b3f0149420.zip
- updated classnames to 2.3.1 to use added type definitions
- remove stub type definitions from package.json - set 'noImplicitAny' false until jss and react-jss packages are upgraded to use own type definitions - add missing csstype to package/forms and update code to v3
Diffstat (limited to 'tsconfig.settings.json')
-rw-r--r--tsconfig.settings.json7
1 files changed, 2 insertions, 5 deletions
diff --git a/tsconfig.settings.json b/tsconfig.settings.json
index ccd0927ab..35f2cd80e 100644
--- a/tsconfig.settings.json
+++ b/tsconfig.settings.json
@@ -3,14 +3,11 @@
3 "baseUrl": ".", 3 "baseUrl": ".",
4 "target": "esnext", 4 "target": "esnext",
5 "module": "commonjs", 5 "module": "commonjs",
6 "lib": [ 6 "lib": ["es2015", "es2017", "dom"],
7 "es2015",
8 "es2017",
9 "dom"
10 ],
11 "jsx": "react", 7 "jsx": "react",
12 "sourceMap": true, 8 "sourceMap": true,
13 "strict": true, 9 "strict": true,
10 "noImplicitAny": false,
14 "allowSyntheticDefaultImports": true, 11 "allowSyntheticDefaultImports": true,
15 "experimentalDecorators": true, 12 "experimentalDecorators": true,
16 "composite": true, 13 "composite": true,