phantasmal-world/tsconfig.json

18 lines
464 B
JSON
Raw Normal View History

2019-05-28 19:44:17 +08:00
{
2019-07-23 17:03:35 +08:00
"compilerOptions": {
"outDir": "./dist/",
"sourceMap": true,
"module": "esnext",
"target": "es6",
"lib": ["es6", "dom", "dom.iterable"],
2019-07-23 17:03:35 +08:00
"allowJs": true,
"skipLibCheck": true,
2019-07-27 23:13:00 +08:00
"esModuleInterop": true,
2019-07-23 17:03:35 +08:00
"strict": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node",
"experimentalDecorators": true
2019-07-23 17:03:35 +08:00
},
"include": ["src", "typedefs"]
2019-07-23 17:03:35 +08:00
}