konoebml/tsconfig.spec.json

21 lines
375 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"composite": true,
"rootDir": ".",
"types": ["vitest/globals", "node"],
"noEmit": true,
"paths": {
"konoebml": ["./src/index.ts"],
"konoebml/*": ["./src/*"]
}
},
"files": [],
"include": ["tests/*"],
"references": [
{
"path": "./tsconfig.lib.json"
}
]
}