mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
11 lines
223 B
JSON
11 lines
223 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./public/out-tsc/spec",
|
|
"module": "commonjs",
|
|
"types": ["jest"]
|
|
},
|
|
"files": ["test.ts", "polyfills.ts"],
|
|
"include": ["**/*.spec.ts", "**/*.d.ts"]
|
|
}
|