Files
zitadel/packages/zitadel-core/tsconfig.json

9 lines
171 B
JSON
Raw Normal View History

2023-04-03 11:45:27 +02:00
{
"extends": "@zitadel/tsconfig/react-library.json",
"include": ["."],
2023-04-04 15:35:41 +02:00
"compilerOptions": {
"baseUrl": "."
},
2023-04-03 11:45:27 +02:00
"exclude": ["dist", "build", "node_modules"]
}