MultiplayerMinesweeper/tsconfig.json

7 lines
128 B
JSON
Raw Normal View History

{
"extends": "@tsconfig/node16/tsconfig.json",
"compilerOptions": {},
"include": ["src"],
"exclude": ["node_modules"]
}