19 lines
362 B
JSON
19 lines
362 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Node 18",
|
|
|
|
"compilerOptions": {
|
|
"lib": ["ES2022"],
|
|
"module": "ES2022",
|
|
"target": "ES2022",
|
|
"moduleResolution": "node",
|
|
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
|
|
"include": ["src/**/*"]
|
|
}
|