Commit | Line | Data |
---|---|---|
4ade5f1f | 1 | { |
3b2bd93d | 2 | "$schema": "https://json.schemastore.org/tsconfig", |
4ade5f1f | 3 | "compilerOptions": { |
54541487 | 4 | "target": "ES2022", |
6d0425b4 | 5 | "module": "ES2022", |
4ade5f1f S |
6 | "outDir": "lib", |
7 | "esModuleInterop": true, | |
ee99693b | 8 | "declaration": true, |
2092c35f | 9 | "strict": true |
4ade5f1f | 10 | }, |
b869248d JB |
11 | "include": ["**/*.ts"], |
12 | "exclude": ["node_modules", "lib"] | |
4ade5f1f | 13 | } |