updating config
This commit is contained in:
parent
c9cddf68de
commit
9ea35568e5
2 changed files with 4 additions and 9 deletions
|
|
@ -3,13 +3,7 @@
|
|||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"extract": "tsx scripts/extract.ts",
|
||||
"annotate": "tsx scripts/annotate.ts",
|
||||
"enrich": "tsx scripts/enrich.ts",
|
||||
"merge": "tsx scripts/merge.ts",
|
||||
"compare": "tsx scripts/compare.ts"
|
||||
},
|
||||
"scripts": {},
|
||||
"dependencies": {
|
||||
"@lila/shared": "workspace:*",
|
||||
"better-sqlite3": "^12.9.0"
|
||||
|
|
|
|||
|
|
@ -4,8 +4,9 @@
|
|||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"outDir": "dist",
|
||||
"rootDir": "scripts",
|
||||
"rootDir": ".",
|
||||
"types": ["node"],
|
||||
},
|
||||
"references": [{ "path": "../packages/shared" }],
|
||||
"include": ["scripts/**/*"],
|
||||
"include": ["./**/*"],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue