19 lines
405 B
JSON
19 lines
405 B
JSON
{
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"target": "es6",
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"outDir": "dist/esm",
|
|
"rootDir": "src",
|
|
"inlineSourceMap": true,
|
|
"inlineSources": true,
|
|
"declaration": true,
|
|
"removeComments": true,
|
|
"moduleResolution": "node"
|
|
},
|
|
"files": [
|
|
"src/index.ts"
|
|
]
|
|
} |