mirror of
https://github.com/PaiGramTeam/luoxu-api-pub.git
synced 2024-11-22 07:08:05 +00:00
17 lines
190 B
JSON
17 lines
190 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"ES2020",
|
|
"DOM"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules/*",
|
|
"__sapper__/*",
|
|
"public/*"
|
|
]
|
|
}
|