mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2026-07-06 17:14:36 +00:00
18 lines
250 B
JSON
18 lines
250 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"test",
|
|
"dist"
|
|
],
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"types": [
|
|
"node"
|
|
]
|
|
}
|
|
} |