he-cli-fe
Version:
frontend cli tool for development
19 lines • 584 B
JSON
{
"compilerOptions": {
"baseUrl": "src/",
"paths": {
"utils/*": ["utils/*"],
"config/*": ["config/*"],
"core/*": ["core/*"],
"/#/*": ["types/*"],
"/@/*": ["/*"]
},
"target": "esnext",
"module": "commonjs",
"outDir": "./bin",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"experimentalDecorators": true
}
}