mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
17 lines
319 B
JSON
17 lines
319 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"jsx": "react-jsx",
|
||
|
"target": "es2016",
|
||
|
"module": "commonjs",
|
||
|
"baseUrl": ".",
|
||
|
"esModuleInterop": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"strict": false,
|
||
|
"skipLibCheck": true,
|
||
|
"paths": {
|
||
|
"*": ["src/*"]
|
||
|
}
|
||
|
},
|
||
|
"include": ["src", "test"]
|
||
|
}
|