mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
25 lines
603 B
JSON
25 lines
603 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2019",
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"dom",
|
|
"dom.iterable",
|
|
"es2020",
|
|
"es2015.collection",
|
|
"es2015.iterable",
|
|
"es2015.core"
|
|
],
|
|
"jsx": "react",
|
|
"baseUrl": ".",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"skipLibCheck": true,
|
|
"declaration": true,
|
|
"moduleResolution": "node",
|
|
"paths": {
|
|
"roleypoly/*": ["*", "bazel-bin/*"]
|
|
}
|
|
}
|
|
}
|