mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-02-10 14:05:20 -05:00
12 lines
198 B
JSON
12 lines
198 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES5",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"outDir": "./dist",
|
|
"strict": true,
|
|
"esModuleInterop": true
|
|
}
|
|
}
|