mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
28 lines
1,015 B
JSON
28 lines
1,015 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2020" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */,
|
|
"module": "esnext" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */,
|
|
"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/*": [
|
|
"*", // Enables absolute paths for src files in your project
|
|
"bazel-bin/*" // Enables referencing generate protos with absolute paths
|
|
]
|
|
}
|
|
}
|
|
}
|