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