2021-08-05 11:56:26 +02:00
|
|
|
{
|
|
|
|
|
"extends": "./tsconfig.json",
|
2021-08-12 11:46:49 +01:00
|
|
|
"compilerOptions": {
|
2023-05-16 13:58:05 +01:00
|
|
|
"forceConsistentCasingInFileNames": true,
|
2021-10-04 14:23:03 +01:00
|
|
|
"declarationMap": true,
|
2021-08-12 11:46:49 +01:00
|
|
|
"sourceMap": true,
|
|
|
|
|
"noEmit": false,
|
|
|
|
|
"outDir": "./lib",
|
|
|
|
|
"rootDir": "src"
|
|
|
|
|
},
|
2021-08-05 11:56:26 +02:00
|
|
|
"exclude": ["./spec/**/*.ts"]
|
|
|
|
|
}
|