зеркало из https://github.com/docker/kitematic.git
23 строки
510 B
JSON
23 строки
510 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/tsconfig",
|
|
"compilerOptions": {
|
|
"checkJs": false,
|
|
"charset": "utf-8",
|
|
"jsx": "preserve",
|
|
"module": "es2015",
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitThis": true,
|
|
"noImplicitUseStrict": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"sourceMap": true,
|
|
"strictNullChecks": true,
|
|
"target": "es2015"
|
|
},
|
|
"files": [
|
|
"./src/main.ts"
|
|
]
|
|
}
|