5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-18 08:50:49 +00:00
panel/tsconfig.json

11 lines
196 B
JSON
Raw Normal View History

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