preciazo/tsconfig.json

20 lines
406 B
JSON
Raw Normal View History

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,
"checkJs": true,
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"include": ["**/*.ts", "**/*.js"]
}