16 lines
342 B
JSON
16 lines
342 B
JSON
{
|
|
"include": ["src", "test"],
|
|
"exclude": ["test/benchmark"],
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "commonjs",
|
|
"pretty": true,
|
|
"lib": ["esnext.bigint"],
|
|
"typeRoots": ["./node_modules/@types"],
|
|
"declaration": true,
|
|
"strict": true,
|
|
"strictNullChecks": false,
|
|
"esModuleInterop": true
|
|
}
|
|
}
|