Commit | Line | Data |
---|---|---|
4ade5f1f | 1 | { |
3b2bd93d | 2 | "$schema": "https://json.schemastore.org/tsconfig", |
4ade5f1f | 3 | "compilerOptions": { |
54541487 | 4 | "target": "ES2022", |
c2b8c17f | 5 | "module": "Node16", |
ee99693b | 6 | "declaration": true, |
78cdf6bc | 7 | "declarationDir": "./lib/dts", |
23ccf9d7 | 8 | "strict": true, |
1c881a97 | 9 | "verbatimModuleSyntax": true, |
23ccf9d7 | 10 | "forceConsistentCasingInFileNames": true |
4ade5f1f | 11 | }, |
b869248d JB |
12 | "include": ["**/*.ts"], |
13 | "exclude": ["node_modules", "lib"] | |
4ade5f1f | 14 | } |