mirror of
https://github.com/meshcore-dev/meshcore.js.git
synced 2026-04-20 22:13:49 +00:00
17 lines
340 B
JSON
17 lines
340 B
JSON
|
|
{
|
||
|
|
"include": ["src/**/*.js"],
|
||
|
|
"compilerOptions": {
|
||
|
|
"allowJs": true,
|
||
|
|
"checkJs": true,
|
||
|
|
"declaration": true,
|
||
|
|
"emitDeclarationOnly": true,
|
||
|
|
"declarationMap": true,
|
||
|
|
"outDir": "dist",
|
||
|
|
"module": "ESNext",
|
||
|
|
"moduleResolution": "bundler",
|
||
|
|
"target": "ESNext",
|
||
|
|
"strict": false,
|
||
|
|
"skipLibCheck": true
|
||
|
|
}
|
||
|
|
}
|