mirror of
https://github.com/wharfkit/hyperion.git
synced 2026-07-24 10:37:23 +00:00
22 lines
550 B
JSON
22 lines
550 B
JSON
{
|
|
"compilerOptions": {
|
|
"downlevelIteration": true,
|
|
"esModuleInterop": true,
|
|
"experimentalDecorators": true,
|
|
"importHelpers": true,
|
|
"isolatedModules": true,
|
|
"lib": ["dom", "esnext"],
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": false,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"useUnknownInCatchVariables": false,
|
|
"target": "es2020",
|
|
"paths": {
|
|
"$lib": ["./src"]
|
|
}
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|