@spotify/tsconfig
Version:
Common tsconfigs to be used as your base configurations
31 lines (30 loc) • 619 B
JSON
{
"name": "@spotify/tsconfig",
"version": "15.0.0",
"license": "Apache-2.0",
"description": "Common tsconfigs to be used as your base configurations",
"repository": {
"type": "git",
"url": "git+https://github.com/spotify/web-scripts.git"
},
"main": "tsconfig.json",
"files": [
"tsconfig.json"
],
"scripts": {
"test": "true"
},
"devDependencies": {
"typescript": "^5.0.4"
},
"peerDependencies": {
"typescript": ">=5"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18"
},
"gitHead": "6d8c06336804882c5f32ad796859fcb02dceb093"
}