mirror of
https://github.com/colanode/colanode.git
synced 2026-02-24 03:49:48 +01:00
13 lines
276 B
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"]
|
|
}
|