valkyrie-api-types/scripts/tsconfig.json
2024-09-12 19:14:45 +12:00

11 lines
217 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true,
"checkJs": true
},
"include": ["./**/*"]
}