mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-04 22:58:29 +08:00
21 lines
489 B
JSON
21 lines
489 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"sourceMap": true,
|
|
"module": "esnext",
|
|
"target": "es6",
|
|
"lib": ["esnext", "dom", "dom.iterable"],
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"moduleResolution": "node",
|
|
"experimentalDecorators": true
|
|
},
|
|
"include": [
|
|
"src",
|
|
"typedefs"
|
|
]
|
|
}
|