mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
dd9bb8922f
- intall & configure linters (eslint, prettier, etc.)
10 lines
246 B
JSON
10 lines
246 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out-tsc/spec",
|
|
"types": ["jasmine", "node"]
|
|
},
|
|
"files": ["src/test.ts", "src/polyfills.ts"],
|
|
"include": ["src/**/*.spec.ts", "src/**/*.d.ts"]
|
|
}
|