mirror of
https://github.com/actions/checkout.git
synced 2026-06-17 17:34:54 +08:00
14 lines
308 B
JSON
14 lines
308 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"outDir": "./lib",
|
|
"rootDir": "./src",
|
|
"strict": true,
|
|
"noImplicitAny": false,
|
|
"esModuleInterop": true
|
|
},
|
|
"exclude": ["__test__", "lib", "node_modules", "jest.config.ts"]
|
|
}
|