Files
Paradise/tgui/jsconfig.json
dearmochi 39a9d7e0b1 Clean up TGUI installation, install Prettier (#17809)
* refactor: delete unused Ntos layout

* refactor: remove webpack-build-notifier

* refactor: install and run Prettier

* build: update tgui.bundle
2022-05-18 13:55:20 +01:00

23 lines
544 B
JSON

{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"checkJs": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": false,
"jsx": "preserve",
"lib": ["DOM", "DOM.Iterable", "ESNext", "ScriptHost"],
"module": "ESNext",
"moduleResolution": "Node",
"noEmit": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": false,
"strictNullChecks": true,
"target": "ES3"
},
"include": [
"./packages"
]
}