20 lines
390 B
JSON
20 lines
390 B
JSON
{
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"noImplicitAny": false,
|
|
"outDir": "dist",
|
|
"rootDir": ".",
|
|
"inlineSourceMap": true,
|
|
"inlineSources": true,
|
|
"declaration": true,
|
|
"removeComments": true
|
|
},
|
|
"files": [
|
|
"src/index.ts",
|
|
"typings/index.d.ts"
|
|
]
|
|
}
|