Files
rbxts-transformer-instances/tsconfig.json
T
2025-04-06 18:00:58 +08:00

17 lines
261 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"outDir": "out",
"rootDir": "src",
"strict": true,
"lib": [
"ES2015",
"DOM"
],
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}