console/packages/libraries/core/tests/tsconfig.json

13 lines
259 B
JSON

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