tabby/terminus-clickable-links/tsconfig.json

27 lines
597 B
JSON
Raw Normal View History

2017-04-11 00:22:48 +00:00
{
"compilerOptions": {
2017-04-11 20:45:59 +00:00
"baseUrl": "src",
2017-04-11 00:22:48 +00:00
"module": "commonjs",
2017-04-17 15:27:04 +00:00
"target": "es2016",
2017-04-11 00:22:48 +00:00
"declaration": false,
"noImplicitAny": false,
"removeComments": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"noUnusedParameters": true,
"noUnusedLocals": true,
"declaration": true,
"declarationDir": "dist",
"lib": [
"dom",
"es2015",
"es7"
2017-04-15 13:20:18 +00:00
]
2017-04-11 00:22:48 +00:00
},
2017-04-17 15:27:04 +00:00
"exclude": ["node_modules", "dist"]
2017-04-11 00:22:48 +00:00
}