cell/tsconfig.json
2023-01-29 08:18:58 -05:00

15 lines
295 B
JSON

{
"compilerOptions": {
"jsx": "preserve",
"allowJs": true,
"rootDir": "src",
"esModuleInterop": true,
"lib": ["DOM", "ESNext"],
"module": "commonjs",
"moduleResolution": "Node",
"sourceMap": true,
"target": "ES2016",
"strict": true,
}
}