mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-04-22 10:42:10 +00:00
9 lines
169 B
JSON
9 lines
169 B
JSON
{
|
|
"extends": "./node_modules/@dzeio/config/tsconfig.base",
|
|
"include": ["./src/tcgdex.node.ts"],
|
|
"compilerOptions": {
|
|
"target": "ES2015",
|
|
"rootDir": "./src",
|
|
}
|
|
}
|