less-watcher/tsconfig.json

14 lines
330 B
JSON
Raw Normal View History

2023-09-01 11:32:35 +00:00
{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"rootDir": "./src",
"outDir": "./dist",
"removeComments": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}