21 lines
No EOL
489 B
JSON
21 lines
No EOL
489 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Node 18",
|
|
"_version": "18.2.0",
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"es2022"
|
|
],
|
|
"module": "node16",
|
|
"target": "es2022",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"moduleResolution": "node16",
|
|
"outDir": "dist",
|
|
},
|
|
"include": [
|
|
"src/*"
|
|
],
|
|
} |