17 lines
387 B
JSON
17 lines
387 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ES2020",
|
||
|
|
"module": "ES2020",
|
||
|
|
"moduleResolution": "node",
|
||
|
|
"strict": true,
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"forceConsistentCasingInFileNames": true,
|
||
|
|
"outDir": "./build",
|
||
|
|
"declaration": true,
|
||
|
|
"sourceMap": false
|
||
|
|
},
|
||
|
|
"include": ["src/**/*"],
|
||
|
|
"files": ["node_modules/nakama-runtime/index.d.ts"]
|
||
|
|
}
|