luoxu-api-pub/tsconfig.json

17 lines
190 B
JSON
Raw Normal View History

2022-06-18 06:08:30 +00:00
{
2023-02-08 13:32:03 +00:00
"compilerOptions": {
"lib": [
"ES2020",
"DOM"
]
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules/*",
"__sapper__/*",
"public/*"
]
}