konowebcodecs/packages/ffmpeg/tsconfig.esm.json
2023-07-23 15:02:22 +08:00

11 lines
197 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"declaration": true,
"outDir": "./dist/esm",
"target": "esnext",
"moduleResolution": "nodenext"
}
}