blob: a636aa6111ef59baeb13beda206f128ec9a5b08c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"compilerOptions": {
"target": "es2017",
"allowSyntheticDefaultImports": true,
"noEmit": true,
"checkJs": true,
"jsx": "react",
"lib": [ "dom", "es2017" ],
"include": [
"src",
"assets/game/acf"
]
}
}
|