11 lines
240 B
JSON
11 lines
240 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "NodeNext",
|
||
|
"esModuleInterop": true,
|
||
|
"moduleResolution": "NodeNext",
|
||
|
"outDir": "dist",
|
||
|
"lib": ["ES2021.String"]
|
||
|
},
|
||
|
"include": ["./src/index.ts", "./src/bin.ts"]
|
||
|
}
|