mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
10 lines
168 B
JSON
10 lines
168 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./lib",
|
|
"esModuleInterop": true
|
|
},
|
|
"include": [
|
|
"./src"
|
|
]
|
|
} |