noble-curves/tsconfig.json

10 lines
196 B
JSON
Raw Normal View History

2022-12-03 13:08:49 +03:00
{
2024-03-17 16:19:18 +03:00
"extends": "@paulmillr/jsbt/tsconfigs/cjs.json",
"compilerOptions": {
"outDir": ".",
"target": "ES2015"
2024-03-17 16:19:18 +03:00
},
"include": ["index.ts", "src"],
"exclude": ["node_modules", "lib"]
}