InventoryTrack/node_modules/boolean/tsconfig.json

20 lines
323 B
JSON
Raw Permalink Normal View History

2022-11-02 22:16:03 -04:00
{
"compilerOptions": {
"baseUrl": ".",
"declaration": true,
"esModuleInterop": true,
"lib": [ "esnext" ],
"module": "commonjs",
"outDir": "build",
"resolveJsonModule": true,
"strict": true,
"target": "es2019"
},
"include": [
"./**/*.ts"
],
"exclude": [
"./build"
]
}