console/packages/libraries/client/tests/tsconfig.json
2023-06-20 13:42:03 +00:00

13 lines
259 B
JSON

{
"extends": "../../../../tsconfig.json",
"include": ["."],
"compilerOptions": {
"baseUrl": ".",
"rootDir": ".",
"target": "es2017",
"module": "esnext",
"skipLibCheck": true,
"types": ["vitest/globals"],
"noEmit": true
}
}