mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-06-18 13:59:20 +00:00
feat: Allow a user to filters elements on the API (#275)
This commit is contained in:
@ -1,8 +1,10 @@
|
||||
{
|
||||
"extends": "./node_modules/@dzeio/config/tsconfig.base",
|
||||
"include": ["./src/tcgdex.node.ts"],
|
||||
"compilerOptions": {
|
||||
"target": "ES2015",
|
||||
"rootDir": "./src",
|
||||
}
|
||||
"outDir": "dist",
|
||||
"strictNullChecks": true
|
||||
},
|
||||
"exclude": [
|
||||
"__tests__"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user