15 lines
285 B
JSON
15 lines
285 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"sourceMap": true,
|
||
|
"jsx": "react",
|
||
|
"target": "ES6",
|
||
|
"allowJs": true,
|
||
|
"esModuleInterop": true,
|
||
|
"moduleResolution": "Node",
|
||
|
"outDir": "dist",
|
||
|
"skipLibCheck": true
|
||
|
},
|
||
|
"exclude": ["node_modules", "dist"],
|
||
|
"include": ["src"]
|
||
|
}
|