UNPKG

435 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 "exclude": [
14 ".*",
15 "node_modules"
16 ]
17}