mirror of
https://github.com/PrismarineJS/prismarine-web-client.git
synced 2025-08-28 21:28:44 -04:00
12 lines
211 B
JSON
12 lines
211 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"noEmit": true
|
|
},
|
|
"include": [
|
|
"index.js",
|
|
"globals.d.ts",
|
|
"lib"
|
|
]
|
|
}
|