| { | |
| "compilerOptions": { | |
| "baseUrl": ".", | |
| "paths": { | |
| "src/*": ["src/*"], | |
| "color-diff-napi": ["src/native-ts/color-diff/index.ts"] | |
| }, | |
| "jsx": "react-jsx", | |
| "jsxImportSource": "react", | |
| "module": "ESNext", | |
| "moduleResolution": "Bundler", | |
| "target": "ES2022", | |
| "allowImportingTsExtensions": true, | |
| "strict": false | |
| } | |
| } | |