relay/tsconfig.json

14 lines
316 B
JSON
Raw Normal View History

2022-06-27 17:53:00 +00:00
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"rootDir": "src",
"outDir": "build",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}