mirror of
https://github.com/PreMiD/PreMiD.git
synced 2026-04-05 20:31:58 +02:00
* feat: add missing files * chore: update readme * chore: update branch * chore: remove olds from matrix * chore: remove dev containers
9 lines
150 B
JSON
9 lines
150 B
JSON
{
|
|
"extends": "./tsconfig.app.json",
|
|
"compilerOptions": {
|
|
"types": ["@types/node"],
|
|
"noEmit": true
|
|
},
|
|
"include": ["environment.d.ts", "src"]
|
|
}
|