mirror of
https://github.com/thedaviddelta/lingva-scraper.git
synced 2025-10-06 00:02:43 +02:00
19 lines
310 B
JSON
19 lines
310 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"target": "ESNext",
|
|
"declaration": true,
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|