konowebcodecs/packages/ffmpeg/tsconfig.json
2022-09-30 17:21:03 +08:00

8 lines
112 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"module": "esnext",
"rootDir": "src"
}
}