mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-26 06:14:06 -06:00
13 lines
185 B
JSON
13 lines
185 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"emitDeclarationOnly": false,
|
|
"noEmit": true,
|
|
"outDir": "dist"
|
|
},
|
|
"include": [
|
|
"src",
|
|
"test",
|
|
]
|
|
}
|