Adds a module skeleton for the API Key module. Implementation of functionalities will follow in separate PRs
9 lines
167 B
JSON
9 lines
167 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["src", "integration-tests"],
|
|
"exclude": ["node_modules", "dist"],
|
|
"compilerOptions": {
|
|
"sourceMap": true
|
|
}
|
|
}
|