mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-24 04:53:36 +00:00
comments
This commit is contained in:
@@ -1,10 +1,18 @@
|
||||
// https://www.typescriptlang.org/tsconfig/
|
||||
{
|
||||
"compilerOptions": {
|
||||
// Language and Environment
|
||||
"target": "ES2020",
|
||||
|
||||
// Modules
|
||||
"module": "ESNext",
|
||||
"rootDir": ".",
|
||||
"moduleResolution": "node",
|
||||
|
||||
// Emit
|
||||
"sourceMap": true,
|
||||
|
||||
// Type Checking
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"esModuleInterop": true,
|
||||
"experimentalDecorators": true,
|
||||
|
||||
Reference in New Issue
Block a user