Files
farm/jsconfig.json

15 lines
264 B
JSON
Raw Permalink Normal View History

2020-03-28 14:32:49 -07:00
{
"compilerOptions": {
"target": "es2017",
"allowSyntheticDefaultImports": true,
"noEmit": true,
"checkJs": true,
"jsx": "react",
"lib": [ "dom", "es2017" ],
"include": [
"src",
"assets/game/acf"
]
}
}