wallet-core/packages/idb-bridge/tsconfig.json

16 lines
339 B
JSON
Raw Normal View History

2019-06-15 22:44:54 +02:00
{
"compilerOptions": {
"lib": ["es6"],
"module": "commonjs",
"target": "es5",
"noImplicitAny": true,
"sourceMap": false,
"outDir": "build",
"noEmitOnError": true,
"strict": true,
2019-06-21 19:18:36 +02:00
"incremental": true,
"sourceMap": true
2019-06-15 22:44:54 +02:00
},
"include": ["src/**/*"]
}