mirror of
https://github.com/zoriya/srt-webvtt.git
synced 2025-12-06 05:56:10 +00:00
15 lines
293 B
JSON
15 lines
293 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"lib": ["es2017", "es7", "es6", "dom"],
|
|
"declaration": true,
|
|
"outDir": "lib",
|
|
"strict": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"lib"
|
|
]
|
|
} |