Files
toolkit/packages/attest/tsconfig.json
T

14 lines
217 B
JSON
Raw Normal View History

2024-02-17 19:14:10 -08:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": "./",
"outDir": "./lib",
"declaration": true,
2025-09-04 14:16:27 +01:00
"rootDir": "./src",
"skipLibCheck": true
2024-02-17 19:14:10 -08:00
},
"include": [
"./src"
]
}