valkyrie-api-types/scripts/tsconfig.json

12 lines
217 B
JSON
Raw Normal View History

2024-09-11 23:16:05 -07:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true,
"checkJs": true
},
"include": ["./**/*"]
2024-09-12 00:14:45 -07:00
}