mirror of
https://github.com/placeholder-soft/libs.git
synced 2026-04-28 12:35:46 +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
13 lines
251 B
JSON
13 lines
251 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "../dist/out-tsc/tools",
|
|
"rootDir": ".",
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"types": ["node"],
|
|
"importHelpers": false
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|