mirror of
https://github.com/quartz-community/tag-page.git
synced 2026-07-22 02:50:25 +00:00
8 lines
163 B
JSON
8 lines
163 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["node"]
|
|
},
|
|
"include": ["src", "types"],
|
|
"exclude": ["dist", "node_modules", "test"]
|
|
}
|