Commit | Line | Data |
---|---|---|
4ade5f1f S |
1 | { |
2 | "compilerOptions": { | |
54541487 | 3 | "target": "ES2022", |
6d0425b4 | 4 | "module": "ES2022", |
4ade5f1f S |
5 | "outDir": "lib", |
6 | "esModuleInterop": true, | |
ee99693b | 7 | "declaration": true, |
bdaf31cd | 8 | "strict": true, |
9a0209e4 | 9 | "verbatimModuleSyntax": true |
4ade5f1f | 10 | }, |
b869248d JB |
11 | "include": ["**/*.ts"], |
12 | "exclude": ["node_modules", "lib"] | |
4ade5f1f | 13 | } |