зеркало из https://github.com/docker/node-sdk.git
26 строки
568 B
JSON
26 строки
568 B
JSON
{
|
|
"include": ["src"],
|
|
"exclude": ["src/protos"],
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"target": "ES2015",
|
|
"lib": ["esnext"],
|
|
"importHelpers": true,
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"allowJs": true,
|
|
"rootDir": "./src",
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"moduleResolution": "node",
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"*": ["src/*", "node_modules/*"]
|
|
},
|
|
"esModuleInterop": true
|
|
}
|
|
}
|