12 lines
240 B
JSON
12 lines
240 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ESNext",
|
||
|
"module": "NodeNext",
|
||
|
"esModuleInterop": true,
|
||
|
"moduleResolution": "NodeNext",
|
||
|
"jsx": "react-jsx",
|
||
|
"outDir": "dist"
|
||
|
},
|
||
|
"include": ["./src/index.ts", "./src/bin.ts"]
|
||
|
}
|