kt-template-online-api/tsconfig.build.json

6 lines
127 B
JSON

{
"extends": "./tsconfig.json",
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}