wordRotator/tsconfig.json
2021-04-22 15:36:46 +02:00

21 lines
477 B
JSON

{
"version": "2.0.2",
"compilerOptions": {
"lib": ["es5", "es2015.promise", "dom", "es2015", "es6"],
"target": "es6",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"allowJs": true
},
"include": [
"./src/client/**/*",
"./src/shared/**/*"
],
"exclude": [],
"emitDecoratorMetadata": true,
"experimentalDecorators": true
}