mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2026-07-06 09:04:38 +00:00
18 lines
255 B
JSON
18 lines
255 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"test/**/*.ts",
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist"
|
|
],
|
|
"compilerOptions": {
|
|
"types": [
|
|
"node",
|
|
"vitest/globals"
|
|
],
|
|
"noEmit": true
|
|
}
|
|
} |