Files
toolkit/packages/attest/tsconfig.json
T
2025-09-04 14:16:27 +01:00

14 lines
217 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": "./",
"outDir": "./lib",
"declaration": true,
"rootDir": "./src",
"skipLibCheck": true
},
"include": [
"./src"
]
}