diff options
Diffstat (limited to 'javascript/videojs/tsconfig.json')
| -rw-r--r-- | javascript/videojs/tsconfig.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/javascript/videojs/tsconfig.json b/javascript/videojs/tsconfig.json new file mode 100644 index 0000000..0af6bfe --- /dev/null +++ b/javascript/videojs/tsconfig.json @@ -0,0 +1,14 @@ +{ + "include": ["src/js/**/*"], + "compilerOptions": { + "allowJs": true, + "allowSyntheticDefaultImports": true, + "declaration": true, + "emitDeclarationOnly": true, + "outDir": "dist/types", + "declarationMap": true, + "skipLibCheck": true, + "checkJs": false, + "preserveWatchOutput": true + } +}
\ No newline at end of file |
