mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 01:19:30 +08:00
10 lines
204 B
Text
10 lines
204 B
Text
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": ["./", "../../types"],
|
|
"compilerOptions": {
|
|
"types": [],
|
|
"target": "ES2019",
|
|
"lib": ["ESNext", "DOM"],
|
|
"declaration": false
|
|
}
|
|
}
|