2024-06-15 20:03:04 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2024-10-21 17:31:51 +00:00
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"downlevelIteration": true,
|
|
|
|
"jsx": "react",
|
|
|
|
"jsxFactory": "Roact.createElement",
|
|
|
|
"jsxFragmentFactory": "Roact.Fragment",
|
|
|
|
"module": "commonjs",
|
|
|
|
"moduleResolution": "Node",
|
|
|
|
"noLib": true,
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
"strict": true,
|
|
|
|
"target": "ESNext",
|
|
|
|
"typeRoots": [
|
|
|
|
"node_modules/@rbxts"
|
|
|
|
],
|
|
|
|
"rootDir": "lib",
|
|
|
|
"outDir": "out",
|
|
|
|
"baseUrl": "lib",
|
|
|
|
"incremental": true,
|
|
|
|
"tsBuildInfoFile": "out/tsconfig.tsbuildinfo",
|
|
|
|
"moduleDetection": "force"
|
2024-06-15 20:03:04 +00:00
|
|
|
}
|
2024-10-21 17:31:51 +00:00
|
|
|
}
|