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