mirror of
https://github.com/mathuo/dockview
synced 2025-09-21 08:37:58 +00:00
24 lines
547 B
JSON
24 lines
547 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "es6",
|
|
"declaration": true,
|
|
"target": "es6",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"downlevelIteration": true,
|
|
"incremental": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitAny": true,
|
|
"allowUnreachableCode": false,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"lib": [
|
|
"ES2015",
|
|
"ES2016.Array.Include",
|
|
"ES2017.String",
|
|
"ES2018.Promise",
|
|
"DOM",
|
|
]
|
|
|
|
}
|
|
} |