22 lines
No EOL
494 B
JSON
22 lines
No EOL
494 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"ES5",
|
|
"ES2015"
|
|
],
|
|
"typeRoots": [
|
|
"./probe/generated",
|
|
"./probe/user"
|
|
],
|
|
"target": "ES2015",
|
|
"rootDirs": [
|
|
"probe/generated",
|
|
"probe/user",
|
|
"server_scripts",
|
|
"startup_scripts",
|
|
"client_scripts"
|
|
],
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext"
|
|
}
|
|
} |