39f4a7c1bc
# Conflicts: # src/DataProviders/HarmonyDataProvider.ts
17 lines
307 B
JSON
17 lines
307 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"outDir": "./bin",
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
},
|
|
"include": [
|
|
"src"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/__tests__/*"
|
|
]
|
|
} |