20 lines
410 B
JSON
20 lines
410 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"target": "ES2015",
|
||
|
"lib": [
|
||
|
"ES5",
|
||
|
"ES2015"
|
||
|
],
|
||
|
"rootDir": "./src",
|
||
|
"typeRoots": [
|
||
|
"../../.probe/server/probe-types"
|
||
|
],
|
||
|
"baseUrl": "../../.probe/server/probe-types",
|
||
|
"skipLibCheck": true
|
||
|
},
|
||
|
"include": [
|
||
|
"./src/**/*",
|
||
|
null
|
||
|
]
|
||
|
}
|