12 lines
No EOL
225 B
JSON
12 lines
No EOL
225 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"types": ["node"],
|
|
"strict": true
|
|
},
|
|
"include": ["src"],
|
|
} |