@electron-toolkit/tsconfig
Version:
A base TSConfig for working with Electron.
28 lines (27 loc) • 737 B
JSON
{
"name": "@electron-toolkit/tsconfig",
"version": "2.0.0",
"description": "A base TSConfig for working with Electron.",
"main": "tsconfig.json",
"author": "Alex Wei<https://github.com/alex8088>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/alex8088/electron-toolkit.git",
"directory": "packages/tsconfig"
},
"bugs": {
"url": "https://github.com/alex8088/electron-toolkit/issues"
},
"homepage": "https://github.com/alex8088/electron-toolkit/tree/master/packages/tsconfig#readme",
"keywords": [
"electron",
"tsconfig"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"@types/node": "*"
}
}