11 lines
No EOL
232 B
JSON
11 lines
No EOL
232 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"target": "ES2019",
|
|
"moduleResolution": "node",
|
|
"outDir": "./public",
|
|
"rootDir": "./src"
|
|
}
|
|
} |