mirror of
https://github.com/steedos/steedos-platform
synced 2024-11-22 17:06:42 +00:00
bdf1c34df7
初步可用,client_secret 存在安全漏洞
14 lines
278 B
JSON
14 lines
278 B
JSON
{
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"outDir": "./lib",
|
|
"target": "es5",
|
|
"allowJs": true,
|
|
"lib": ["es2015", "esnext.asynciterable"],
|
|
"sourceMap": true,
|
|
"importHelpers": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["./src/**/*"]
|
|
}
|