mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 06:23:16 +00:00
8 lines
172 B
JSON
8 lines
172 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
},
|
|
"extends": "./tsconfig.json",
|
|
"include": ["**/*.ts", "**/*.js", ".*.js"],
|
|
"exclude": ["dist", "configs", "crawls"]
|
|
}
|