13 lines
223 B
JSON
13 lines
223 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"ES5",
|
|
"ES2015"
|
|
],
|
|
"typeRoots": [
|
|
"./probe/generated",
|
|
"./probe/user"
|
|
],
|
|
"target": "ES2015"
|
|
}
|
|
} |