mirror of
https://github.com/mathuo/dockview
synced 2025-02-12 19:35:45 +00:00
25 lines
599 B
JSON
25 lines
599 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ES2020",
|
|
"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",
|
|
"ES2019",
|
|
"DOM",
|
|
]
|
|
}
|
|
}
|