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