mirror of
https://github.com/djhackersdev/minime.git
synced 2026-03-22 02:04:19 -05:00
15 lines
359 B
JSON
15 lines
359 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"lib": ["es2017", "esnext.asynciterable"],
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"outDir": "./bin/",
|
|
"strictNullChecks": true,
|
|
"target": "esnext",
|
|
"typeRoots": ["./node_modules/@types", "./types"]
|
|
},
|
|
"include": ["./src/"],
|
|
"exclude": ["./src/**/*.test.ts"]
|
|
}
|