ffcreator
Version:
FFCreator is a lightweight and flexible short video production library
26 lines (25 loc) • 352 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noEmit": true,
"strict": true,
"baseUrl": ".",
"paths": {
"ffcreator": [
"../"
]
},
"lib": [
"es2016",
"DOM"
]
},
"include": [
"../index.d.ts",
"./**/*.ts"
],
"exclude": [
"../../node_modules"
]
}