17 lines
367 B
JSON
17 lines
367 B
JSON
{
|
|
"name": "miniprogram-ts-quickstart",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit -p tsconfig.json",
|
|
"typecheck:watch": "tsc --noEmit -p tsconfig.json --watch"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "",
|
|
"devDependencies": {
|
|
"miniprogram-api-typings": "^2.8.3-1",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|