mirror of
https://github.com/actions/checkout.git
synced 2026-06-17 23:27:45 +07:00
d914b262ff
* upgrade module to esm so I can update dependencies * fix ci failures
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"]
|
|
}
|