Skip to content

Commit

Permalink
fix: tsconfig base cont
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Dec 29, 2024
1 parent 44ebd82 commit e854a5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/typst.node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"scripts": {
"artifacts": "napi artifacts",
"bench": "node -r @swc-node/register benchmark/bench.ts",
"build": "napi build --platform --release --dts-header \"/* auto-generated by NAPI-RS */ /* eslint-disable */ import type * as types from './index.js';\" --dts index-napi.d.ts --js index-napi.js --pipe \"prettier -w\" && tsc -p tsconfig.lib.json",
"build:debug": "napi build --platform --dts-header \"/* auto-generated by NAPI-RS */ /* eslint-disable */ import type * as types from './index.js';\" --dts index-napi.d.ts --js index-napi.js --pipe \"prettier -w\" && tsc -p tsconfig.lib.json",
"build": "napi build --platform --release --dts-header \"/* auto-generated by NAPI-RS */ /* eslint-disable */ import type * as types from './index.js';\" --dts index-napi.d.ts --js index-napi.js --pipe \"prettier -w\" && tsc",
"build:debug": "napi build --platform --dts-header \"/* auto-generated by NAPI-RS */ /* eslint-disable */ import type * as types from './index.js';\" --dts index-napi.d.ts --js index-napi.js --pipe \"prettier -w\" && tsc",
"format": "run-p format:prettier format:rs format:toml",
"format:prettier": "prettier . -w",
"format:toml": "taplo format",
Expand Down

0 comments on commit e854a5e

Please sign in to comment.