violet/tsconfig.json

12 lines
226 B
JSON
Raw Normal View History

2022-08-26 20:34:55 -04:00
{
"compilerOptions": {
2023-08-15 17:32:24 -04:00
"target": "es2016",
"module": "commonjs",
"outDir": "./dist/",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
2022-08-26 20:34:55 -04:00
}
}