mirror of
https://github.com/a-sync/game-server-watcher.git
synced 2026-03-31 06:33:44 -04:00
* fix import extensions * set new module and resolution type * upd. gamedig dependency to node-gamedig#master
23 lines
481 B
JSON
23 lines
481 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"lib": [
|
|
"es2020"
|
|
],
|
|
"module": "esnext",
|
|
"target": "es2019",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |