mirror of
https://github.com/mat-1/variance.git
synced 2025-08-02 23:44:39 +00:00
16 lines
332 B
JSON
16 lines
332 B
JSON
{
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"jsx": "react",
|
|
"target": "ESNext",
|
|
"allowJs": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "Node",
|
|
"outDir": "dist",
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"strict": true
|
|
},
|
|
"exclude": ["node_modules", "dist"],
|
|
"include": ["src"]
|
|
}
|