mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 17:26:23 +02:00
15 lines
366 B
JSON
15 lines
366 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "es6",
|
|
"moduleResolution": "bundler",
|
|
"module": "ES6",
|
|
"esModuleInterop": true,
|
|
"sourceMap": false,
|
|
"rootDir": "src",
|
|
"outDir": "dist/js",
|
|
"noEmitOnError": true,
|
|
"jsx": "react",
|
|
"typeRoots": [ "node_modules/@types" ]
|
|
}
|
|
}
|