1
0
Files

13 lines
223 B
JSON
Raw Permalink Normal View History

2022-07-03 21:22:33 +08:00
{
"compilerOptions": {
2022-11-12 12:13:49 +08:00
"lib": [
"ES5",
"ES2015"
],
"typeRoots": [
"./probe/generated",
"./probe/user"
],
"target": "ES2015"
2022-07-03 21:22:33 +08:00
}
}