cache-apt-pkgs-action/tsconfig.build.json
2026-06-28 13:27:41 -07:00

18 lines
250 B
JSON

{
"extends": "./tsconfig.base.json",
"include": [
"src/**/*.ts"
],
"exclude": [
"node_modules",
"test",
"dist"
],
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"types": [
"node"
]
}
}