mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-01 19:42:03 +00:00
10 lines
190 B
JSON
10 lines
190 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
},
|
|
"files": [],
|
|
"include": ["src/runtime/**/*.ts"],
|
|
"exclude": ["node_modules", "dist", "**/*.test.ts"]
|
|
}
|