usxi/tsconfig.test.json

8 lines
170 B
JSON

{
"extends": "@tsconfig/node-lts/tsconfig.json",
"compilerOptions": {
"outDir": "dist"
},
"include": ["test"],
"exclude": ["node_modules"]
}