20 lines
293 B
JSON
20 lines
293 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"experimentalDecorators": true,
|
|
"esModuleInterop": true,
|
|
"lib": [
|
|
"ESNext",
|
|
"DOM"
|
|
],
|
|
"module": "commonjs",
|
|
"outDir": "./dist",
|
|
"strict": true,
|
|
"target": "ESNext"
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|