mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2026-08-24 18:04:54 +00:00
19 lines
309 B
JSON
19 lines
309 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"include": [
|
|
"scripts/**/*.mts"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist",
|
|
"scripts/dist"
|
|
],
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"types": [
|
|
"node"
|
|
],
|
|
"allowImportingTsExtensions": true,
|
|
"verbatimModuleSyntax": true
|
|
}
|
|
} |