mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-29 20:07:01 +01:00
19 lines
357 B
JSON
19 lines
357 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["es2018", "dom"],
|
|
"sourceMap": true,
|
|
"jsx": "react",
|
|
"esModuleInterop": true,
|
|
"allowJs": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"target": "ES5",
|
|
"baseUrl": ".",
|
|
"downlevelIteration": true,
|
|
"paths": {
|
|
"*": [
|
|
"modules/*",
|
|
"node_modules/*"
|
|
]
|
|
}
|
|
}
|
|
}
|