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