1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2024-11-25 01:38:56 +00:00
setup-python/tsconfig.json
2023-04-19 08:20:41 -07:00

12 lines
215 B
JSON

{
"extends": "@tsconfig/node16/tsconfig.json",
"compilerOptions": {
"outDir": "./lib",
"rootDir": "./src",
"resolveJsonModule": true,
},
"exclude": [
"node_modules",
"**/*.test.ts"
]
}