Files
lst_v3/tsconfig.test.json

11 lines
260 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "bundler",
"target": "ESNext",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true
},
"include": ["tests/**/*", "backend/**/*"]
}