cache-apt-pkgs-action/tsconfig.scripts.json
2026-08-01 12:33:44 -07:00

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
}
}