rage-framework/shared/tsconfig.json

11 lines
201 B
JSON
Raw Normal View History

2024-06-08 22:35:14 +00:00
{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}