mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2026-08-25 10:24:46 +00:00
25 lines
518 B
JSON
25 lines
518 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2023",
|
|
"module": "nodenext",
|
|
"moduleResolution": "nodenext",
|
|
"paths": {
|
|
"ts-apt": [
|
|
"./node_modules/ts-apt/src/index.ts"
|
|
],
|
|
"ts-apt/*": [
|
|
"./node_modules/ts-apt/src/*"
|
|
]
|
|
},
|
|
"strict": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"skipLibCheck": true,
|
|
"lib": [
|
|
"ES2023"
|
|
],
|
|
}
|
|
} |