gstreamer_test / src /tsconfig.json
FabienDanieau's picture
first commit
2434dca
{
"include": ["src/index.js"],
"compilerOptions": {
"allowJs": true,
"declaration": true,
"emitDeclarationOnly": true,
"removeComments": true,
"outDir": "./types",
}
}