38 lines
992 B
JSON
38 lines
992 B
JSON
{
|
|
"scripts": {
|
|
"prepare": "git config core.hooksPath .githooks"
|
|
},
|
|
"name": "@lilith/typescript-config-base",
|
|
"version": "1.1.5",
|
|
"deprecated": "Use @lilith/configs/typescript/base.json or /esm.json instead. See: https://forge.nasty.sh/lilith/configs",
|
|
"description": "Base TypeScript configuration with strict settings and best practices",
|
|
"main": "tsconfig.base.json",
|
|
"exports": {
|
|
".": "./tsconfig.base.json",
|
|
"./tsconfig.base.json": "./tsconfig.base.json",
|
|
"./esm": "./tsconfig.esm.json",
|
|
"./tsconfig.esm.json": "./tsconfig.esm.json"
|
|
},
|
|
"files": [
|
|
"tsconfig.base.json",
|
|
"tsconfig.esm.json"
|
|
],
|
|
"keywords": [
|
|
"typescript",
|
|
"tsconfig",
|
|
"config"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"registry": "http://forge.nasty.sh/api/packages/lilith/npm/"
|
|
},
|
|
"_": {
|
|
"registry": "forgejo",
|
|
"publish": false,
|
|
"build": false
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/configs-ts": "workspace:*"
|
|
}
|
|
}
|