5228734c98
* refactor cli, add commands * add docs * improve * fix ec mode order
13 lines
239 B
JSON
13 lines
239 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["ESNext"],
|
|
"module": "esnext",
|
|
"target": "es2024",
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "bundler"
|
|
},
|
|
"include": ["./**/*.ts"]
|
|
}
|