mirror of
https://notabug.org/SuperSaltyGamer/ame
synced 2026-01-15 20:32:56 -03:00
13 lines
179 B
JSON
13 lines
179 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"strict": true,
|
|
"outDir": "out-scripts/"
|
|
},
|
|
"include": [
|
|
"scripts/"
|
|
]
|
|
}
|