mirror of
https://github.com/UOX3DevTeam/UOX3
synced 2026-08-13 12:27:04 -04:00
12 lines
266 B
JSON
12 lines
266 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"strict": true,
|
|
"noEmit": true,
|
|
|
|
// Treat every .js/.ts file as an ES module
|
|
"moduleDetection": "force"
|
|
},
|
|
"include": ["definitions.d.ts", "**/*"]
|
|
}
|