mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
11 lines
239 B
JSON
11 lines
239 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": ["./tsconfig.json"],
|
|
"exclude": ["**/*.test.ts"],
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"noEmit": false,
|
|
"outDir": "dist"
|
|
}
|
|
}
|