Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
290 B
JSON
Raw Permalink Normal View History

{
"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"
},
"exclude": ["./spec/**/*.ts"]
}