mirror of
https://github.com/a-sync/game-server-watcher.git
synced 2026-06-06 15:21:55 -04:00
26 lines
574 B
JSON
26 lines
574 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"node8-gamedig": ["node_modules/@types/gamedig"]
|
|
},
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"lib": [
|
|
"es2020"
|
|
],
|
|
"module": "commonjs",
|
|
"target": "es2019",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule" : true
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |