mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-28 19:34:14 +01:00
24 lines
451 B
JSON
24 lines
451 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["es2018", "dom"],
|
|
"sourceMap": true,
|
|
"jsx": "react",
|
|
"esModuleInterop": true,
|
|
"allowJs": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"target": "ES2015",
|
|
"baseUrl": ".",
|
|
"downlevelIteration": true,
|
|
"module": "commonJS",
|
|
"paths": {
|
|
"*": [
|
|
"modules/*",
|
|
"web/app/*",
|
|
"node_modules/*"
|
|
]
|
|
}
|
|
},
|
|
"includes": [
|
|
"./externals.d.ts"
|
|
]
|
|
}
|