2023-12-21 17:00:00 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
|
|
"display": "Node 20",
|
|
|
|
"_version": "20.1.0",
|
|
|
|
|
|
|
|
"compilerOptions": {
|
|
|
|
"lib": ["es2023"],
|
|
|
|
"module": "NodeNext",
|
|
|
|
"target": "es2022",
|
|
|
|
|
|
|
|
"strict": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"esModuleInterop": true,
|
2024-01-14 13:12:59 +00:00
|
|
|
"allowJs": true,
|
2023-12-21 17:00:00 +00:00
|
|
|
"checkJs": true,
|
|
|
|
"noEmit": true,
|
|
|
|
"forceConsistentCasingInFileNames": true
|
|
|
|
},
|
2024-01-04 22:56:18 +00:00
|
|
|
"include": ["**/*.ts", "**/*.js"],
|
2024-01-24 21:49:17 +00:00
|
|
|
"exclude": ["./scraper-rs", "data"]
|
2023-12-21 17:00:00 +00:00
|
|
|
}
|