aboutsummaryrefslogtreecommitdiffstats
path: root/packages/forms/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/forms/tsconfig.json')
-rw-r--r--packages/forms/tsconfig.json24
1 files changed, 9 insertions, 15 deletions
diff --git a/packages/forms/tsconfig.json b/packages/forms/tsconfig.json
index 237694a9e..8b9507eac 100644
--- a/packages/forms/tsconfig.json
+++ b/packages/forms/tsconfig.json
@@ -1,18 +1,12 @@
1{ 1{
2 "extends": "../../tsconfig.settings.json",
2 "compilerOptions": { 3 "compilerOptions": {
3 "target": "esnext", 4 "outDir": "lib",
4 "module": "commonjs", 5 "rootDir": "src"
5 "lib": [ 6 },
6 "es2015", 7 "references": [
7 "es2017", 8 {
8 "dom" 9 "path": "../theme"
9 ], 10 }
10 "jsx": "react", 11 ]
11 "sourceMap": true,
12 "outDir": "./lib",
13 "rootDir": "./src",
14 "strict": true,
15 "allowSyntheticDefaultImports": true,
16 "experimentalDecorators": true
17 }
18} 12}