mirror of
https://github.com/djhackersdev/minime.git
synced 2026-07-12 22:24:52 -05:00
12 lines
238 B
JSON
12 lines
238 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["es2017", "esnext.asynciterable"],
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"outDir": "./bin/",
|
|
"strictNullChecks": true,
|
|
"target": "es2017"
|
|
},
|
|
"include": ["./src/"]
|
|
}
|