sador.me/tsconfig.json
2025-02-09 17:25:34 +01:00

17 lines
331 B
JSON

{
"compilerOptions": {
"target": "es2016",
"jsx": "react-jsx",
"module": "commonjs",
"esModuleInterop": true,
"noEmit": true,
"allowImportingTsExtensions": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"types": [
"./src/types.d.ts"
]
}
}