mirror of
https://github.com/hexolan/panels.git
synced 2026-03-26 20:41:15 +00:00
18 lines
311 B
JSON
18 lines
311 B
JSON
{
|
|
"compilerOptions": {
|
|
/* Language and Environment */
|
|
"target": "es2016",
|
|
|
|
/* Modules */
|
|
"module": "commonjs",
|
|
|
|
/* Interop Constraints */
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
/* Type Checking */
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|