cinny/tsconfig.json

13 lines
229 B
JSON
Raw Normal View History

2022-12-18 12:55:24 +00:00
{
"compilerOptions": {
"sourceMap": true,
"jsx": "react",
"target": "ES6",
"allowJs": true,
"esModuleInterop": true,
"moduleResolution": "Node"
},
"exclude": ["node_modules"],
"include": ["src"]
}