sindri
Version:
The Sindri Labs JavaScript SDK and CLI tool.
18 lines (17 loc) • 453 B
JSON
{
"extends": "@tsconfig/node18/tsconfig.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"baseUrl": "./src",
"lib": ["dom"],
"module": "ESNext",
"moduleResolution": "node",
"noUncheckedIndexedAccess": true,
"paths": {
"test/*": ["../test/*"]
},
"preserveConstEnums": true
},
"include": ["src/**/*", "test/**/*"],
"exclude": ["dist/**/*", "node_modules/**/*", "test/import.test.ts"]
}