2020-03-30 03:42:04 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"outDir": "lib",
|
|
|
|
"rootDir": "src",
|
|
|
|
"allowJs": false,
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"declaration": true,
|
|
|
|
"diagnostics": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"extendedDiagnostics": true,
|
|
|
|
"listEmittedFiles": true,
|
|
|
|
"module": "commonjs",
|
|
|
|
"removeComments": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"strict": true,
|
2020-09-23 02:01:39 +00:00
|
|
|
"target": "ES2019"
|
2020-03-30 03:42:04 +00:00
|
|
|
},
|
2020-09-23 01:58:42 +00:00
|
|
|
"exclude": ["node_modules", "**/*.spec.ts", "**/*.test.ts", "__mocks__", "lib"]
|
2020-03-30 03:42:04 +00:00
|
|
|
}
|