mirror of
https://github.com/PreMiD/PreMiD.git
synced 2026-04-06 04:41:58 +02:00
8 lines
120 B
JSON
8 lines
120 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"types": ["@types/node", "vitest"],
|
|
"noEmit": true
|
|
}
|
|
}
|