mirror of
https://github.com/mathuo/dockview
synced 2025-11-28 18:32:14 +00:00
23 lines
535 B
JSON
23 lines
535 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"target": "es5",
|
|
"esModuleInterop": true,
|
|
"downlevelIteration": true,
|
|
"incremental": true,
|
|
"sourceMap": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitAny": true,
|
|
"allowUnreachableCode": false,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"lib": [
|
|
"ES2015",
|
|
"ES2016.Array.Include",
|
|
"ES2017.String",
|
|
"ES2018.Promise",
|
|
"DOM",
|
|
]
|
|
}
|
|
} |