5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-01 13:56:08 +00:00
panel/tsconfig.json

11 lines
196 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"target": "es6",
"module": "es2015",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}