mirror of
https://github.com/hackku21/loc-chain-backend.git
synced 2024-10-27 20:34:03 +00:00
14 lines
305 B
JSON
14 lines
305 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es6",
|
||
|
"module": "commonjs",
|
||
|
"declaration": true,
|
||
|
"outDir": "./lib",
|
||
|
"strict": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"emitDecoratorMetadata": true
|
||
|
},
|
||
|
"include": ["src"],
|
||
|
"exclude": ["node_modules"]
|
||
|
}
|