10 lines
162 B
JSON
10 lines
162 B
JSON
|
|
{
|
||
|
|
"extends": "@tsconfig/node-lts",
|
||
|
|
"compilerOptions": {
|
||
|
|
"declaration": true,
|
||
|
|
"outDir": "lib",
|
||
|
|
"rootDir": "src"
|
||
|
|
},
|
||
|
|
"files": ["src/index.ts"]
|
||
|
|
}
|