File tree Expand file tree Collapse file tree 3 files changed +27
-1
lines changed Expand file tree Collapse file tree 3 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 13
13
"eslint" : " ^7.20.0" ,
14
14
"eslint-config-sora" : " ^3.1.0" ,
15
15
"husky" : " ^5.0.9" ,
16
- "lerna" : " ^4.0.0"
16
+ "lerna" : " ^4.0.0" ,
17
+ "typescript" : " ^4.1.5"
17
18
}
18
19
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "compilerOptions" : {
3
+ "target" : " es2017" ,
4
+ "strict" : true ,
5
+ "jsx" : " preserve" ,
6
+ "moduleResolution" : " node" ,
7
+ "importHelpers" : true ,
8
+ "skipLibCheck" : true ,
9
+ "esModuleInterop" : true ,
10
+ "sourceMap" : true ,
11
+ "lib" : [" es2017" , " dom" , " dom.iterable" ]
12
+ },
13
+ "include" : [
14
+ " src/**/*.ts" ,
15
+ " src/**/*.tsx" ,
16
+ ],
17
+ "exclude" : [
18
+ " node_modules"
19
+ ]
20
+ }
Original file line number Diff line number Diff line change @@ -4854,6 +4854,11 @@ typedarray@^0.0.6:
4854
4854
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
4855
4855
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
4856
4856
4857
+ typescript@^4.1.5 :
4858
+ version "4.1.5"
4859
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.5.tgz#123a3b214aaff3be32926f0d8f1f6e704eb89a72"
4860
+ integrity sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==
4861
+
4857
4862
uglify-js@^3.1.4 :
4858
4863
version "3.12.4"
4859
4864
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.12.4.tgz#93de48bb76bb3ec0fc36563f871ba46e2ee5c7ee"
You can’t perform that action at this time.
0 commit comments