0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-06-30 16:32:38 +02:00
checkout/tsconfig.json
2022-10-23 23:42:26 -04:00

16 lines
322 B
JSON

{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"lib": ["es6"],
"outDir": "./lib",
"rootDir": "./src",
"declaration": true,
"strict": true,
"noImplicitAny": false,
"esModuleInterop": true,
"skipLibCheck": true
},
"exclude": ["__test__", "lib", "node_modules"]
}