24 lines
523 B
JSON
24 lines
523 B
JSON
{
|
|
"version": "1.6.2",
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"outDir": "dist",
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"removeComments": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"listFiles": false,
|
|
"noLib": false,
|
|
"noEmitOnError": false,
|
|
"noImplicitAny": false
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"files": [
|
|
"./components/index.ts"
|
|
]
|
|
}
|