tokenbridge-burner-wallet-p.../tsconfig.json

27 lines
522 B
JSON
Raw Permalink Normal View History

2019-10-30 22:11:56 -07:00
{
"compilerOptions": {
2019-11-25 20:58:29 -08:00
"module": "esnext",
2019-10-30 22:11:56 -07:00
"declaration": true,
"removeComments": true,
"noLib": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"esModuleInterop": true,
"jsx": "react",
2019-11-25 20:58:29 -08:00
"target": "esnext",
2019-10-30 22:11:56 -07:00
"sourceMap": true,
"strict": true,
"allowSyntheticDefaultImports": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"lib": [
"es6",
"dom"
]
},
"exclude": [
"node_modules",
"**/*.spec.ts"
]
}