mirror of
https://github.com/actions/cache.git
synced 2026-05-21 05:20:10 +08:00
14 lines
315 B
JSON
14 lines
315 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"outDir": "./lib",
|
|
"rootDir": "./src",
|
|
"strict": true,
|
|
"noImplicitAny": false,
|
|
"moduleResolution": "bundler",
|
|
"esModuleInterop": true
|
|
},
|
|
"exclude": ["node_modules", "**/*.test.ts", "jest.config.ts", "__tests__"]
|
|
}
|