File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 3434 "test.format" : " prettier . --check" ,
3535 "lint" : " eslint . --fix" ,
3636 "test.lint" : " eslint ." ,
37- "tsc" : " tsc -p src/tsconfig.json || echo done " ,
37+ "tsc" : " tsc -p src/tsconfig.json" ,
3838 "build" : " npm run tsc" ,
3939 "prepare" : " npm run build" ,
4040 "bump" : " ncu -u -x coffeescript"
Original file line number Diff line number Diff line change 11import { includesAny , getPluginFunction } from "./utils"
22
3- //@ts -ignore
43import type resolve from "@rollup/plugin-node-resolve"
5- //@ts -ignore
64import type commonjs from "@rollup/plugin-commonjs"
75import type { terser } from "rollup-plugin-terser"
86import type sourcemaps from "rollup-plugin-sourcemaps"
9- // @ts -ignore
107import type replace from "@rollup/plugin-replace"
118// @ts -ignore
129import type autoExternal from "rollup-plugin-auto-external"
13- //@ts -ignore
1410import type typescript from "@rollup/plugin-typescript"
1511// @ts -ignore
1612import type coffeescript from "rollup-plugin-coffee-script"
1713import type json from "@rollup/plugin-json"
1814// @ts -ignore
1915import type cssOnly from "rollup-plugin-css-only"
20- //@ts -ignore
2116import type babel from "@rollup/plugin-babel"
2217import type { wasm } from "@rollup/plugin-wasm"
2318// @ts -ignore
Original file line number Diff line number Diff line change 1616 "inlineSources" : true ,
1717 "preserveSymlinks" : true ,
1818 "removeComments" : true ,
19+ "skipLibCheck" : true ,
1920 "jsx" : " react" ,
2021 "jsxFactory" : " etch.dom" ,
2122 "lib" : [" ES2018" , " dom" ],
You can’t perform that action at this time.
0 commit comments