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

13 lines
262 B
JSON
Raw Permalink Normal View History

2023-08-30 01:46:33 -04:00
{
"compilerOptions": {
"rootDir": "../../",
"target": "es2016",
"module": "commonjs",
"outDir": "../output/electron",
"removeComments": true,
"forceConsistentCasingInFileNames": true,
2023-09-10 05:31:31 -04:00
"strict": false,
2023-08-30 01:46:33 -04:00
"skipLibCheck": true
}
}