mirror of
https://gitea.com/actions/setup-python.git
synced 2024-11-22 18:19:35 +01:00
12 lines
215 B
JSON
12 lines
215 B
JSON
{
|
|
"extends": "@tsconfig/node16/tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./lib",
|
|
"rootDir": "./src",
|
|
"resolveJsonModule": true,
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/*.test.ts"
|
|
]
|
|
}
|