14 lines
264 B
JSON
14 lines
264 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "esnext",
|
||
|
|
"module": "esnext",
|
||
|
|
"outDir": "dist",
|
||
|
|
"moduleResolution": "bundler",
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"emitDecoratorMetadata": true,
|
||
|
|
"experimentalDecorators": true
|
||
|
|
},
|
||
|
|
"include": ["src"]
|
||
|
|
}
|