Files
soma-solver/tsconfig.json
Daniel Ledda c8f37d0d98 great stuff
2021-06-08 17:29:29 +02:00

9 lines
247 B
JSON

{
"extends": "@tsconfig/svelte/tsconfig.json",
"compilerOptions": {
"lib": ["dom", "ESNext"],
"target": "ESNext"
},
"include": ["./src/**/*"],
"exclude": ["./node_modules/*", "./__sapper__/*", "./public/*", "./src/solver/**/*"]
}