13 lines
No EOL
279 B
JSON
13 lines
No EOL
279 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"types": ["node"],
|
|
"strict": true
|
|
},
|
|
"include": ["src"],
|
|
"references": [{ "path": "./tsconfig.tools.json" }]
|
|
} |