Files
Marc Audy ada7c144fa Merge //UE5/Release-Engine-Staging @14903491 to //UE5/Main
[CL 14906022 by Marc Audy in ue5-main branch]
2020-12-11 14:21:20 -04:00

29 lines
597 B
JSON

{
"compilerOptions": {
"baseUrl": "./",
"target": "es6",
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"module": "esnext",
"resolveJsonModule": true,
"isolatedModules": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"moduleResolution": "node",
"noEmit": true,
"strict": false,
"jsx": "react",
"lib": [
"dom",
"dom.iterable",
"esnext"
]
},
"include": [
"src", "../Shared"
]
}