๐Ÿ“ฆ hediet / rxjs-playground

๐Ÿ“„ tsconfig.json ยท 17 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17{
    "compilerOptions": {
        "target": "esnext",
        "module": "commonjs",
        "strict": true,
        "outDir": "dist",
        "skipLibCheck": true,
        "rootDir": "./src",
        "resolveJsonModule": true,
        "newLine": "LF",
        "sourceMap": true,
        "jsx": "react",
        "experimentalDecorators": true
    },
    "include": ["src/**/*"]
}