CabinGame/Program/tsconfig.json

7 lines
111 B
JSON
Raw Normal View History

{
"compilerOptions": {
"sourceMap": true,
"target": "es6",
"moduleResolution": "Node"
}
}