diff --git a/api-extractor.json b/api-extractor.json index 2c8559e..49d6c62 100644 --- a/api-extractor.json +++ b/api-extractor.json @@ -14,7 +14,7 @@ * SUPPORTED TOKENS: none * DEFAULT VALUE: "" */ - // "extends": "./shared/api-extractor-base.json" + "extends": "./api.tsconfig.json" // "extends": "my-package/include/api-extractor-base.json" /** * Determines the "" token that can be used with other config file settings. The project folder diff --git a/tsconfig.json b/api.tsconfig.json similarity index 100% rename from tsconfig.json rename to api.tsconfig.json