mirror of
https://github.com/valitydev/redash.git
synced 2024-11-06 17:15:17 +00:00
c290864ccd
Co-authored-by: ts-migrate <>
23 lines
513 B
JSON
23 lines
513 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2019",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"jsx": "react",
|
|
"types": ["node", "jest"],
|
|
"outDir": "lib",
|
|
"declaration": true,
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|