2021-08-24 17:21:14 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "ES2015",
|
|
|
|
"module": "ES2015",
|
2021-08-24 17:57:25 +00:00
|
|
|
"outDir": "dist",
|
|
|
|
"sourceMap": true
|
2021-08-24 17:21:14 +00:00
|
|
|
},
|
|
|
|
"extends": "@tsconfig/recommended/tsconfig.json",
|
|
|
|
"include": ["ts/**/*"],
|
|
|
|
"exclude": ["node_modules", "**/*.spec.ts"]
|
2021-08-26 19:28:10 +00:00
|
|
|
}
|