Commit | Line | Data |
---|---|---|
4ade5f1f S |
1 | { |
2 | "compilerOptions": { | |
c365b2d3 JB |
3 | "target": "ES2019", |
4 | "module": "ES2020", | |
4ade5f1f S |
5 | "outDir": "lib", |
6 | "esModuleInterop": true, | |
ee99693b | 7 | "declaration": true, |
bdaf31cd JB |
8 | "strict": true, |
9 | "importsNotUsedAsValues": "error" | |
4ade5f1f | 10 | }, |
f045358d | 11 | "include": ["src/**/*.ts"], |
4ade5f1f S |
12 | "exclude": ["node_modules"] |
13 | } |