biodsbench-adapter / tsconfig.json
starpacker52's picture
Add files using upload-large-folder tool
4c0ecfa verified
Raw
History Blame Contribute Delete
361 Bytes
{
"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
}
}