mirror of
https://github.com/placeholder-soft/libs.git
synced 2026-05-08 03:25:57 +08:00
* feat: type-env lib * feat/typed env cli (#2) * chore: create typed-env cli * feat: typed-env cli implementation * chore: build cli * publish cli * feat: supplementary documents * chore: change phs to placeholdersoft * chore: add keywords/homepage/repository * chore: del description
20 lines
377 B
JSON
20 lines
377 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/out-tsc",
|
|
"declaration": true,
|
|
"noEmit": false,
|
|
"sourceMap": false,
|
|
"types": ["node"]
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": [
|
|
"node_modules",
|
|
"jest.config.ts",
|
|
"src/**/*.spec.ts",
|
|
"src/**/*.test.ts",
|
|
"**/__tests__/*",
|
|
"**/__fixtures__/*"
|
|
]
|
|
}
|