File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ MINIFY=${MINIFY-true}
99main () {
1010 cd " $( dirname " ${0} " ) /../.."
1111
12- tsc --outDir out --tsBuildInfoFile .cache/out.tsbuildinfo
12+ tsc
13+
1314 # If out/node/entry.js does not already have the shebang,
1415 # we make sure to add it and make it executable.
1516 if ! grep -q -m1 " ^#!/usr/bin/env node" out/node/entry.js; then
Original file line number Diff line number Diff line change 88 "noUnusedLocals" : true ,
99 "forceConsistentCasingInFileNames" : true ,
1010 "outDir" : " ./out" ,
11- "allowJs" : false ,
12- "jsx" : " react" ,
1311 "declaration" : true ,
1412 "experimentalDecorators" : true ,
1513 "esModuleInterop" : true ,
1614 "allowSyntheticDefaultImports" : true ,
1715 "sourceMap" : true ,
18- "tsBuildInfoFile" : " ./.tsbuildinfo" ,
16+ "tsBuildInfoFile" : " ./.cache/ tsbuildinfo" ,
1917 "incremental" : true ,
2018 "rootDir" : " ./src" ,
2119 "typeRoots" : [" ./node_modules/@types" , " ./typings" ]
2220 },
23- "include" : [" ./src/**/*.ts" , " ./src/**/*.tsx " ]
21+ "include" : [" ./src/**/*.ts" ]
2422}
You can’t perform that action at this time.
0 commit comments