5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-29 10:56:07 +00:00
panel/tsconfig.json
void 52f9fe5b22 WIP: revamp del editor
"reescribir" en typescript y simplificar cosas.. esto es una prueba por
ahora
2021-02-12 15:57:23 +00:00

11 lines
196 B
JSON

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