mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-02-12 08:43:38 +01:00
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"]
|
||
|
}
|