mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 14:16:19 +00:00
21 lines
466 B
JSON
21 lines
466 B
JSON
{
|
|
"$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,
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"include": ["**/*.ts", "**/*.js"],
|
|
"exclude": ["./scraper-rs", "data"]
|
|
}
|