@eggjs/tsconfig
Version:
Base tsconfig for egg ts project
40 lines • 770 B
JSON
{
"name": "@eggjs/tsconfig",
"description": "Base tsconfig for egg ts project",
"version": "3.1.0-beta.2",
"keywords": [
"egg",
"typescript",
"tsconfig"
],
"files": [
"tsconfig.json"
],
"author": "killagu <killa123@126.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/eggjs/egg/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eggjs/egg.git",
"directory": "packages/tsconfig"
},
"engines": {
"node": ">=22.17.1"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/node": "24",
"coffee": "5",
"typescript": "5",
"vitest": "beta"
},
"type": "module",
"scripts": {
"lint": "oxlint",
"test": "vitest run"
}
}