File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
packages/@apphosting/build Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import promiseSpawn from "@npmcli/promise-spawn";
33import { dirname , join , relative } from "path" ;
44import { fileURLToPath } from "url" ;
55import fsExtra from "fs-extra" ;
6- import { scenarios } from "./scenarios.ts " ;
6+ import { scenarios } from "./scenarios.js " ;
77
88const { readFileSync, mkdirp, rmdir } = fsExtra ;
99
Original file line number Diff line number Diff line change 11{
22 "extends" : " ../../../tsconfig.json" ,
33 "compilerOptions" : {
4+ "noEmit" : false ,
45 "outDir" : " dist" ,
5- "rootDir" : " src" ,
6- "allowImportingTsExtensions" : true
6+ "rootDir" : " src"
77 },
88 "ts-node" : {
99 "esm" : true ,
1515 " src/bin/*.ts" ,
1616 ],
1717 "exclude" : [
18- " src/*.spec.ts"
18+ " src/*.spec.ts" ,
19+ " src/bin/build.ts"
1920 ]
2021}
You can’t perform that action at this time.
0 commit comments