Initial commit
This commit is contained in:
8
tsconfig.api.json
Normal file
8
tsconfig.api.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"lib": ["ES2020"],
|
||||
"types": ["node"]
|
||||
},
|
||||
"include": ["api"]
|
||||
}
|
||||
Reference in New Issue
Block a user