mirror of
https://github.com/smogon/pokemon-showdown-loginserver.git
synced 2026-04-25 16:19:58 -05:00
18 lines
339 B
JSON
18 lines
339 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["es2020"],
|
|
"target": "es6",
|
|
"module": "CommonJS",
|
|
"moduleResolution": "node",
|
|
"strict": true,
|
|
"outDir": "./.dist",
|
|
"incremental": true,
|
|
"allowUnreachableCode": false,
|
|
"esModuleInterop": true
|
|
},
|
|
"types": ["node"],
|
|
"include": [
|
|
"./src/*", "./src/test/*",
|
|
],
|
|
}
|