prismarine-web-client-mirror/tsconfig.json

12 lines
211 B
JSON

{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"noEmit": true
},
"include": [
"index.js",
"globals.d.ts",
"lib"
]
}