@tsed/config
Version:
Configuration management for Ts.ED
15 lines (14 loc) • 446 B
JSON
{
"extends": "@tsed/typescript/tsconfig.node.json",
"compilerOptions": {
"baseUrl": ".",
"rootDir": "src",
"outDir": "./lib/esm",
"declarationDir": "./lib/types",
"declaration": true,
"composite": true,
"noEmit": false
},
"include": ["src/**/*.ts", "src/**/*.json"],
"exclude": ["node_modules", "test", "lib", "benchmark", "coverage", "spec", "**/*.benchmark.ts", "**/*.spec.ts", "keys", "**/__mock__/**"]
}