jam/tsconfig.json

14 lines
278 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"jsx": "react-jsx",
"skipLibCheck": true,
"allowJs": false,
"resolveJsonModule": true
}
}