mirror of
https://github.com/run-llama/pdf-viewer.git
synced 2026-06-30 21:37:55 -04:00
11 lines
205 B
JSON
11 lines
205 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"outDir": "dist",
|
|
"rootDir": "src"
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["src/**/*.spec.ts", "src/**/*.spec.tsx"]
|
|
}
|