12 lines
217 B
JSON
12 lines
217 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"moduleResolution": "nodenext",
|
|
"target": "ESNext",
|
|
"declaration": true,
|
|
"outDir": "dist",
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
]
|
|
} |