22 lines
422 B
JSON
22 lines
422 B
JSON
|
{
|
||
|
"files": ["src/index.ts"],
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./lib/",
|
||
|
"noImplicitAny": true,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"declaration": true,
|
||
|
"declarationMap": true,
|
||
|
"sourceMap": true,
|
||
|
"module": "ES6",
|
||
|
"moduleResolution": "Node",
|
||
|
"target": "ES5",
|
||
|
|
||
|
"lib": [
|
||
|
"ESNext",
|
||
|
"DOM"
|
||
|
]
|
||
|
}
|
||
|
}
|