3
0
Fork 0
mirror of https://gitea.com/actions/setup-python.git synced 2024-11-22 18:19:35 +01: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"
]
}