feat: optimize event capturing and playback accuracy
This commit is contained in:
@@ -3,10 +3,18 @@
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./*"],
|
||||
"lib/*": ["./lib/*"],
|
||||
"components/*": ["./components/*"],
|
||||
"data/*": ["./data/*"]
|
||||
"@/*": [
|
||||
"./*"
|
||||
],
|
||||
"lib/*": [
|
||||
"./lib/*"
|
||||
],
|
||||
"components/*": [
|
||||
"./components/*"
|
||||
],
|
||||
"data/*": [
|
||||
"./data/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
@@ -17,5 +25,11 @@
|
||||
"tests/**/*.test.ts",
|
||||
".next/dev/types/**/*.ts"
|
||||
],
|
||||
"exclude": ["node_modules", "scripts", "reference", "data"]
|
||||
}
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"scripts",
|
||||
"reference",
|
||||
"data",
|
||||
"remotion"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user