less-watcher/tsconfig.json

14 lines
317 B
JSON
Raw Normal View History

2023-07-29 22:18:34 +00:00
{
"compilerOptions": {
2023-07-29 23:04:27 +00:00
"target": "es2016",
"module": "commonjs",
"rootDir": "./src",
"outDir": "./dist",
"removeComments": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
2023-07-29 22:18:34 +00:00
}
}