mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-08-31 02:41:44 +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"]
|
|
}
|