VTable/tools/bundler/fixtures/config/package.json
2023-06-05 18:48:40 +08:00

8 lines
97 B
JSON

{
"name": "@foo/qux",
"version": "1.0.0",
"scripts": {
"compile": "tsc --noEmit"
}
}