jam/tsconfig.json

12 lines
246 B
JSON

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