sforkowany z mirror/soapbox
23 wiersze
482 B
JSON
23 wiersze
482 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "app/",
|
|
"outDir": "build/",
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"module": "es2022",
|
|
"lib": ["es2019", "es6", "dom", "webworker"],
|
|
"target": "es5",
|
|
"jsx": "react",
|
|
"allowJs": true,
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"typeRoots": [ "./types", "./node_modules/@types"]
|
|
},
|
|
"ts-node": {
|
|
"compilerOptions": {
|
|
"module": "CommonJS"
|
|
}
|
|
}
|
|
}
|