forked from tornado-packages/noble-curves
19 lines
412 B
JSON
19 lines
412 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"strict": true,
|
||
|
"declaration": true,
|
||
|
"outDir": "lib",
|
||
|
"target": "es2020",
|
||
|
"lib": ["es2020"], // Set explicitly to remove DOM
|
||
|
"module": "commonjs",
|
||
|
"moduleResolution": "node",
|
||
|
"noUnusedLocals": true,
|
||
|
"baseUrl": ".",
|
||
|
},
|
||
|
"include": ["src"],
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"*.d.ts"
|
||
|
],
|
||
|
}
|