open-design/packages/host/tsconfig.tests.json
2026-05-19 18:27:05 +08:00

9 lines
183 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"emitDeclarationOnly": false,
"noEmit": true,
"rootDir": "."
},
"include": ["src/**/*.ts", "tests/**/*.ts"]
}