lovelacejs/tsconfig.json
Joshua Shoemaker ba47edec4a
Convert to TS
refact: convert to TS
2022-06-19 18:52:17 -05:00

13 lines
240 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "commonjs",
"declaration": true,
"outDir": "./lib",
"strict": true,
"allowJs": true
},
"include": ["src", "tests"],
"exclude": ["node_modules", "tests"]
}