console/packages/services/workflows/tsconfig.json

10 lines
170 B
JSON
Raw Normal View History

{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"target": "ES2020",
"module": "esnext",
"rootDir": "../.."
},
"files": ["src/index.ts"]
}