theatre/packages/react/devEnv/api-extractor.tsconfig.json

8 lines
134 B
JSON
Raw Normal View History

2021-10-02 13:48:02 +02:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "../tsconfig.json",
"compilerOptions": {
"paths": {}
}
}