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

14 lines
260 B
JSON
Raw Normal View History

2023-06-20 13:42:03 +00:00
{
"extends": "../../../../tsconfig.json",
"include": ["."],
"compilerOptions": {
"baseUrl": ".",
"rootDir": "..",
2023-06-20 13:42:03 +00:00
"target": "es2017",
"module": "esnext",
"skipLibCheck": true,
"types": ["vitest/globals"],
"noEmit": true
}
}