Files
welshman/packages/editor/tsconfig.json
T
2025-02-04 20:14:47 -08:00

16 lines
309 B
JSON

{
"extends": "../../node_modules/gts/tsconfig-google.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "build",
"module": "nodenext",
"moduleResolution": "nodenext",
"skipLibCheck": true,
"lib": ["esnext", "dom"]
},
"include": [
"src/**/*.ts",
"test/**/*.ts"
]
}