11 lines
243 B
JSON
11 lines
243 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"target": "ES2020",
|
|
"sourceMap": true,
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["test/**/*"]
|
|
} |