1
0
mirror of https://github.com/IHaskell/IHaskell.git synced 2025-04-21 22:06:08 +00:00

24 lines
559 B
JSON
Raw Permalink Normal View History

{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"composite": true,
"declaration": true,
"esModuleInterop": true,
"incremental": true,
"lib": ["dom", "es2018"],
"module": "commonjs",
"moduleResolution": "node",
"noEmitOnError": true,
"noImplicitAny": false,
"noUnusedLocals": true,
"outDir": "lib",
"rootDir": "src",
"resolveJsonModule": true,
"target": "ES2020",
"types": []
},
"include": ["src/*"]
}