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