24 lines
476 B
JSON
24 lines
476 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "ES2015",
|
|
"lib": [
|
|
"ES5",
|
|
"ES2015"
|
|
],
|
|
"rootDir": ".",
|
|
"typeRoots": [
|
|
"../../.probe/client/probe-types"
|
|
],
|
|
"baseUrl": "../../.probe/client/probe-types",
|
|
"skipLibCheck": true
|
|
},
|
|
"files": [
|
|
"../constants.d.ts"
|
|
],
|
|
"include": [
|
|
"./**/*.js",
|
|
"./**/*.ts",
|
|
null
|
|
]
|
|
} |