1
Fork 0
This repository has been archived on 2024-05-27. You can view files and clone it, but cannot push or open issues or pull requests.
Nexus-Polestar/.build/devlopment/tsconfig.json
2023-08-30 01:46:33 -04:00

12 lines
261 B
JSON

{
"compilerOptions": {
"rootDir": "../../",
"target": "es2016",
"module": "commonjs",
"outDir": "../output/electron",
"removeComments": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}