phantasmal-world/tsconfig.json
2019-07-27 17:13:00 +02:00

20 lines
535 B
JSON

{
"compilerOptions": {
"outDir": "./dist/",
"sourceMap": true,
"module": "es6",
"target": "es6",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node",
"jsx": "react",
"experimentalDecorators": true,
},
"include": ["src", "typedefs"]
}