mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-17 13:15:47 +00:00
12 lines
263 B
JSON
12 lines
263 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": ["es2017"],
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"declaration": true,
|
|
"outDir": "./dist",
|
|
"strict": true,
|
|
"sourceMap": true
|
|
}
|
|
}
|