Files
colanode/apps/server/test/tsconfig.json

13 lines
276 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Server Tests",
"extends": "../tsconfig.json",
"compilerOptions": {
"noEmit": true,
"baseUrl": "..",
"rootDir": ".",
"types": ["vitest/globals", "node"]
},
"include": ["./**/*.ts"]
}