cell/tsconfig.json

15 lines
295 B
JSON
Raw Permalink Normal View History

2023-01-29 08:18:58 -05:00
{
"compilerOptions": {
"jsx": "preserve",
"allowJs": true,
"rootDir": "src",
"esModuleInterop": true,
"lib": ["DOM", "ESNext"],
"module": "commonjs",
"moduleResolution": "Node",
"sourceMap": true,
"target": "ES2016",
"strict": true,
}
}