mirror of
https://github.com/a-sync/game-server-watcher.git
synced 2026-08-02 02:18:51 -04:00
21 lines
425 B
JSON
21 lines
425 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"es2020"
|
|
],
|
|
"module": "commonjs",
|
|
"target": "es2019",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule" : true
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
"server.ts",
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |