mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-08 10:00:29 +08:00

* Refactor js submodule * Remove change-log * Update ocr module * Update ocr-detection module * Update ocr-detection module * Remove change-log
12 lines
151 B
JSON
12 lines
151 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": [
|
|
"**/*.ts",
|
|
"**/*.js",
|
|
".eslintrc.js"
|
|
]
|
|
}
|