@sylphlab/typescript-config
Version:
Reusable TypeScript configurations for SylphLab projects
40 lines (39 loc) • 819 B
JSON
{
"name": "@sylphlab/typescript-config",
"version": "0.3.1",
"description": "Reusable TypeScript configurations for SylphLab projects",
"license": "MIT",
"type": "module",
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"keywords": [
"typescript",
"tsconfig",
"configuration",
"sylphlab",
"strict",
"preset",
"base",
"react",
"vue",
"node"
],
"exports": {
"./base": "./src/base.json",
"./node": "./src/node.json",
"./dom": "./src/dom.json",
"./react": "./src/react.json",
"./vue": "./src/vue.json",
"./react-native": "./src/react-native.json",
"./package.json": "./package.json"
},
"main": "./src/base.json",
"files": [
"src"
],
"scripts": {},
"devDependencies": {},
"peerDependencies": {}
}