mirror of
https://github.com/primedigitaltech/azon_seeker.git
synced 2026-01-19 21:23:30 +08:00
15 lines
304 B
JSON
15 lines
304 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2018",
|
|
"outDir": "./dist",
|
|
"jsx": "react",
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"declarationDir": "./dist"
|
|
},
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|