nitro-react/tsconfig.json
Bill 955e801547
Vite & Landscapes (#117)
* Start pixi v6.5 changes

* Fix assets

* Add tilemap back

* Update stylesheets

* Update icons

* Update room preview window

* Update renderer config

* Bump renderer version

* Fix sass warning

* Change start command
2023-01-03 01:39:03 -06:00

30 lines
650 B
JSON

{
"compilerOptions": {
"baseUrl": "./src",
"target": "es6",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": false,
"downlevelIteration": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": false,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
},
"include": [
"src",
"node_modules/@nitrots/nitro-renderer/src/**/*.ts",
]
}