mirror of
https://github.com/djhackersdev/minime.git
synced 2026-03-24 19:24:21 -05:00
13 lines
275 B
JSON
13 lines
275 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["es2017", "esnext.asynciterable"],
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"outDir": "./bin/",
|
|
"strictNullChecks": true,
|
|
"target": "esnext"
|
|
},
|
|
"include": ["./src/"],
|
|
"exclude": ["./src/**/*.test.ts"]
|
|
}
|