14 lines
290 B
JSON
14 lines
290 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2021",
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"noImplicitAny": true,
|
|
"noEmit": true
|
|
},
|
|
"exclude": ["dist-js", "node_modules", "test/types"]
|
|
}
|