UNPKG

445 BJSONView Raw
1// See https://go.microsoft.com/fwlink/?LinkId=759670
2// for the documentation about the jsconfig.json format
3{
4 "compilerOptions": {
5 "target": "esnext",
6 "module": "commonjs",
7 "experimentalDecorators": true,
8 "allowSyntheticDefaultImports": true,
9 "jsx": "react",
10 "baseUrl": ".",
11 "paths": {
12 }
13 },
14 "exclude": [
15 ".*",
16 "node_modules"
17 ]
18}